StateException Constructor (String)
Initializes a new instance of the StateException class with a specified error message.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New StateException(message)
public StateException (
string message
)
public:
StateException (
String^ message
)
public StateException (
String message
)
public function StateException (
message : String
)
Parameters
- message
The message that describes the error.
See Also
Reference
StateException Class
StateException Members
Microsoft.Practices.CompositeUI Namespace