Click or drag to resize
StaMaStateMachineException Class
The exception that is thrown during creation of the state machine template when creation rules are violated.
Inheritance Hierarchy

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public class StateMachineException : InvalidOperationException

The StateMachineException type exposes the following members.

Constructors
  NameDescription
Public methodStateMachineException
Initializes a new instance of the StateMachineException class.
Public methodStateMachineException(String)
Initializes a new instance of the StateMachineException class with a specified error message.
Public methodStateMachineException(String, Exception)
Initializes a new instance of the StateMachineException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Fields
  NameDescription
Protected fieldm_HResult (Inherited from Exception.)
Top
See Also