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






Accusoft.SmartZoneOCRSdk Namespace > EmptyDataValidationListException Class > EmptyDataValidationListException Constructor : EmptyDataValidationListException Constructor(String)
A string which represents the message.
Initializes a new instance of an empty DataValidationList with a given message.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As System.String _
)
'Usage
 
Dim message As System.String
 
Dim instance As New EmptyDataValidationListException(message)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public EmptyDataValidationListException( 
   System.string message
)
public EmptyDataValidationListException( 
    message: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function EmptyDataValidationListException( 
   message : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: EmptyDataValidationListException( 
   System.string* message
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
EmptyDataValidationListException( 
   System.String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

EmptyDataValidationListException Class
EmptyDataValidationListException Members
Overload List