C# Class EngageNet.Exceptions.CredentialsRevokedException

Inheritance: EngageNet.Exceptions.ResponseException
Show file Open project: troygoode/EngageNet

Public Methods

Method Description
CredentialsRevokedException ( ) : System
CredentialsRevokedException ( int errorCode, string message ) : System
CredentialsRevokedException ( int errorCode, string message, Exception inner ) : System

Method Details

CredentialsRevokedException() public method

public CredentialsRevokedException ( ) : System
return System

CredentialsRevokedException() public method

public CredentialsRevokedException ( int errorCode, string message ) : System
errorCode int
message string
return System

CredentialsRevokedException() public method

public CredentialsRevokedException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
return System