C# Class Library.Net.Connections.ConnectionException

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

Méthodes publiques

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

Method Details

ConnectionException() public méthode

public ConnectionException ( ) : System
Résultat System

ConnectionException() public méthode

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

ConnectionException() public méthode

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