SmartZone v7.1 - Updated
InvalidStateException Constructor(String)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > InvalidStateException Class > InvalidStateException Constructor : InvalidStateException Constructor(String)
A string which represents the message.
Initializes a new instance of an invalid field type with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidStateException(message)
public InvalidStateException( 
   string message
)
public: InvalidStateException( 
   string* message
)
public:
InvalidStateException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

InvalidStateException Class
InvalidStateException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.