Click or drag to resize
StaMaStateMachineException Constructor (String)
Initializes a new instance of the StateMachineException class with a specified error message.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateMachineException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also