C# Class TelAPI.TelAPIException

TelAPI Exception class
Inheritance: System.Exception
Afficher le fichier Open project: TelAPI/telapi-dotnet

Méthodes publiques

Méthode Description
TelAPIException ( string message ) : System
TelAPIException ( string message, Exception e ) : System

Method Details

TelAPIException() public méthode

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

TelAPIException() public méthode

public TelAPIException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System