C# Class EngageNet.Exceptions.CredentialsRevokedException

Inheritance: EngageNet.Exceptions.ResponseException
Afficher le fichier Open project: troygoode/EngageNet

Méthodes publiques

Méthode Description
CredentialsRevokedException ( ) : System
CredentialsRevokedException ( int errorCode, string message ) : System
CredentialsRevokedException ( int errorCode, string message, Exception inner ) : System

Method Details

CredentialsRevokedException() public méthode

public CredentialsRevokedException ( ) : System
Résultat System

CredentialsRevokedException() public méthode

public CredentialsRevokedException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

CredentialsRevokedException() public méthode

public CredentialsRevokedException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Résultat System