C# Class Library.Net.Amoeba.ClientManagerException

Inheritance: ManagerException
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
ClientManagerException ( ) : System
ClientManagerException ( string message ) : System
ClientManagerException ( string message, Exception innerException ) : System

Method Details

ClientManagerException() public méthode

public ClientManagerException ( ) : System
Résultat System

ClientManagerException() public méthode

public ClientManagerException ( string message ) : System
message string
Résultat System

ClientManagerException() public méthode

public ClientManagerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System