C# Класс PusherServer.Exceptions.TriggerResponseException

Thrown when problems are detected with the response from the Pusher trigger HTTP endpoint.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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