C# Class TelAPI.TelAPIForbiddenException

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

Méthodes publiques

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

Method Details

TelAPIForbiddenException() public méthode

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

TelAPIForbiddenException() public méthode

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