C# Class TelAPI.TelAPIInternalErrorException

Inheritance: TelAPIException
Afficher le fichier Open project: TelAPI/telapi-dotnet

Méthodes publiques

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

Method Details

TelAPIInternalErrorException() public méthode

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

TelAPIInternalErrorException() public méthode

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