C# Class Library.Net.Amoeba.ConnectionsManagerException

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

Public Methods

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

Method Details

ConnectionsManagerException() public method

public ConnectionsManagerException ( ) : System
return System

ConnectionsManagerException() public method

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

ConnectionsManagerException() public method

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