C# Class Nate.Core.InvalidStateModelException

Represents a StateModel being invalid for use by a StateMachine
Inheritance: System.ArgumentException
ファイルを表示 Open project: mmonteleone/nate Class Usage Examples

Public Methods

Method Description
InvalidStateModelException ( ) : System
InvalidStateModelException ( string message ) : System
InvalidStateModelException ( string message, Exception inner ) : System

Method Details

InvalidStateModelException() public method

public InvalidStateModelException ( ) : System
return System

InvalidStateModelException() public method

public InvalidStateModelException ( string message ) : System
message string
return System

InvalidStateModelException() public method

public InvalidStateModelException ( string message, Exception inner ) : System
message string
inner System.Exception
return System