C# Class Library.ManagerException

Inheritance: System.Exception
显示文件 Open project: Alliance-Network/Library

Public Methods

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

Method Details

ManagerException() public method

public ManagerException ( ) : System
return System

ManagerException() public method

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

ManagerException() public method

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