C# Class Library.StateManagerException

Inheritance: ManagerException
Show file Open project: Alliance-Network/Library

Public Methods

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

Method Details

StateManagerException() public method

public StateManagerException ( ) : System
return System

StateManagerException() public method

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

StateManagerException() public method

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