| StateMachineException Constructor (String) |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateMachineException(
string message
)
Public Sub New (
message As String
)
public:
StateMachineException(
String^ message
)
new :
message : string -> StateMachineException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also