C# 클래스 PusherServer.Exceptions.TriggerResponseException

Thrown when problems are detected with the response from the Pusher trigger HTTP endpoint.
상속: System.Exception
파일 보기 프로젝트 열기: pusher/pusher-http-dotnet

공개 메소드들

메소드 설명
TriggerResponseException ( string message ) : System

Create a new instance

TriggerResponseException ( string message, Exception innerException ) : System

Create a new instance

메소드 상세

TriggerResponseException() 공개 메소드

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

TriggerResponseException() 공개 메소드

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