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






Accusoft.SmartZoneOCRSdk Namespace > InvalidStateException Class > InvalidStateException Constructor : InvalidStateException Constructor(String,Exception)
A string which represents a message.
An inner exception from the base constructor.
Initializes a new instance of an invalid index with a given message and inner exception.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal message As System.String, _
   ByVal innerException As System.Exception _
)
'Usage
 
Dim message As System.String
Dim innerException As System.Exception
 
Dim instance As New InvalidStateException(message, innerException)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public InvalidStateException( 
   System.string message,
   System.Exception innerException
)
public InvalidStateException( 
    message: System.String;
    innerException: System.Exception
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function InvalidStateException( 
   message : System.String,
   innerException : System.Exception
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: InvalidStateException( 
   System.string* message,
   System.Exception* innerException
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
InvalidStateException( 
   System.String^ message,
   System.Exception^ innerException
)

Parameters

message
A string which represents a message.
innerException
An inner exception from the base constructor.
See Also

Reference

InvalidStateException Class
InvalidStateException Members
Overload List