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






Accusoft.SmartZoneOCRSdk Namespace > InvalidStateException Class > InvalidStateException Constructor : InvalidStateException Constructor(Int32,String)
An integer which represents the error number.
A string which represents a message.
Initializes a new instance of an invalid field type with a given error number and message.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
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 InvalidStateException(errorNumber, message)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public InvalidStateException( 
   System.int errorNumber,
   System.string message
)
public InvalidStateException( 
    errorNumber: System.Integer;
    message: System.String
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function InvalidStateException( 
   errorNumber : System.int,
   message : System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: InvalidStateException( 
   System.int errorNumber,
   System.string* message
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
InvalidStateException( 
   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

InvalidStateException Class
InvalidStateException Members
Overload List