C# Class Library.Net.Amoeba.ServerManagerException

Inheritance: StateManagerException
显示文件 Open project: Alliance-Network/Library

Public Methods

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

Method Details

ServerManagerException() public method

public ServerManagerException ( ) : System
return System

ServerManagerException() public method

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

ServerManagerException() public method

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