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




Accusoft.SmartZoneICRSdk 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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public EmptyDataValidationListException( 
   int errorNumber,
   string message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: EmptyDataValidationListException( 
   int errorNumber,
   string* message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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