C# Class TelAPI.TelAPIUnauthorizedException

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

Méthodes publiques

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

Method Details

TelAPIUnauthorizedException() public méthode

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

TelAPIUnauthorizedException() public méthode

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