SmartZone v7.1 - Updated
EmptyDataValidationListException Constructor(Int32,String)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > EmptyDataValidationListException Class > EmptyDataValidationListException Constructor : EmptyDataValidationListException Constructor(Int32,String)
An integer which represents the error number.
A string which represents a message.
Initializes a new instance of an empty DataValidationList with a given error number and message.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer, _
   ByVal message As String _
)
'Usage
 
Dim errorNumber As Integer
Dim message As String
 
Dim instance As New EmptyDataValidationListException(errorNumber, message)
public EmptyDataValidationListException( 
   int errorNumber,
   string message
)
public: EmptyDataValidationListException( 
   int errorNumber,
   string* message
)
public:
EmptyDataValidationListException( 
   int errorNumber,
   String^ message
)

Parameters

errorNumber
An integer which represents the error number.
message
A string which represents a message.
See Also

Reference

EmptyDataValidationListException Class
EmptyDataValidationListException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.