C# Class Appccelerate.StateMachine.Machine.StateMachineException

Inheritance: System.Exception
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
StateMachineException ( string message, Exception innerException ) : System

Method Details

StateMachineException() public method

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