C# Class IO.Ably.AblyInsecureRequestException

Ably exception if an action cannot be performed over http.
Inheritance: IO.Ably.AblyException
Datei anzeigen Open project: ably/ably-dotnet

Public Methods

Method Description
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'.

Method Details

AblyInsecureRequestException() public method

Initializes a new instance of the AblyInsecureRequestException class.
public AblyInsecureRequestException ( ) : System
return System

AblyInsecureRequestException() public method

Initializes a new AblyInsecureRequestException using the specified 'message'.
public AblyInsecureRequestException ( string message ) : System
message string The exception message.
return System

AblyInsecureRequestException() public method

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.
return System