C# Класс IO.Ably.AblyInsecureRequestException

Ably exception if an action cannot be performed over http.
Наследование: IO.Ably.AblyException
Показать файл Открыть проект

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

Метод Описание
AblyInsecureRequestException ( ) : System

Initializes a new instance of the AblyInsecureRequestException class.

AblyInsecureRequestException ( string message ) : System

Initializes a new AblyInsecureRequestException using the specified 'message'.

AblyInsecureRequestException ( string message, Exception innerException ) : System

Initializes a new AblyInsecureRequestException using the specified 'message' and 'innerException'.

Описание методов

AblyInsecureRequestException() публичный Метод

Initializes a new instance of the AblyInsecureRequestException class.
public AblyInsecureRequestException ( ) : System
Результат System

AblyInsecureRequestException() публичный Метод

Initializes a new AblyInsecureRequestException using the specified 'message'.
public AblyInsecureRequestException ( string message ) : System
message string The exception message.
Результат System

AblyInsecureRequestException() публичный Метод

Initializes a new AblyInsecureRequestException using the specified 'message' and 'innerException'.
public AblyInsecureRequestException ( string message, Exception innerException ) : System
message string The exception message.
innerException Exception The inner exception to wrap.
Результат System