C# Class Library.ManagerException

Inheritance: System.Exception
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

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

Method Details

ManagerException() public méthode

public ManagerException ( ) : System
Résultat System

ManagerException() public méthode

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

ManagerException() public méthode

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