C# Class EngageNet.Exceptions.UnknownResponseException

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

Méthodes publiques

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

Method Details

UnknownResponseException() public méthode

public UnknownResponseException ( ) : System
Résultat System

UnknownResponseException() public méthode

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

UnknownResponseException() public méthode

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