C# Class EngageNet.Exceptions.UnknownResponseException

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

Public Methods

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

Method Details

UnknownResponseException() public method

public UnknownResponseException ( ) : System
return System

UnknownResponseException() public method

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

UnknownResponseException() public method

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