C# Class K2Informatics.Erlnet.ErlnetException

Inheritance: System.Exception
Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

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

Method Details

ErlnetException() public méthode

public ErlnetException ( ) : System
Résultat System

ErlnetException() public méthode

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

ErlnetException() public méthode

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