C# Class PusherServer.Exceptions.TriggerResponseException

Thrown when problems are detected with the response from the Pusher trigger HTTP endpoint.
Inheritance: System.Exception
Mostra file Open project: pusher/pusher-http-dotnet

Public Methods

Method Description
TriggerResponseException ( string message ) : System

Create a new instance

TriggerResponseException ( string message, Exception innerException ) : System

Create a new instance

Method Details

TriggerResponseException() public method

Create a new instance
public TriggerResponseException ( string message ) : System
message string Description of the exception
return System

TriggerResponseException() public method

Create a new instance
public TriggerResponseException ( string message, Exception innerException ) : System
message string Description of the exception
innerException System.Exception The inner exception
return System