Appccelerate.StateMachine.Machine.StateMachineException.StateMachineException C# (CSharp) Method

StateMachineException() public method

public StateMachineException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public StateMachineException(string message, Exception innerException)
            : base(message, innerException)
        {
        }
    }
StateMachineException