Accusoft.SmartZoneOCR5.Net - Updated
EmptyDataValidationListException Constructor(Int32,String)






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
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal errorNumber As System.Integer, _
   ByVal message As System.String _
)
'Usage
 
Dim errorNumber As System.Integer
Dim message As System.String
 
Dim instance As New EmptyDataValidationListException(errorNumber, message)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public EmptyDataValidationListException( 
   System.int errorNumber,
   System.string message
)
public EmptyDataValidationListException( 
    errorNumber: System.Integer;
    message: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function EmptyDataValidationListException( 
   errorNumber : System.int,
   message : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: EmptyDataValidationListException( 
   System.int errorNumber,
   System.string* message
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
EmptyDataValidationListException( 
   System.int errorNumber,
   System.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