C# Class Resonance.WebRTC.Exceptions.ResonanceWebRTCConnectionFailedException

Represents an exception that might occur while trying to connect a WebRTC adapter.
Inheritance: Exception
Exibir arquivo Open project: royben/Resonance

Public Methods

Method Description
ResonanceWebRTCConnectionFailedException ( Exception innerException ) : System

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.

ResonanceWebRTCConnectionFailedException ( String message ) : System

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.

ResonanceWebRTCConnectionFailedException ( String message, Exception innerException ) : System

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.

Method Details

ResonanceWebRTCConnectionFailedException() public method

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.
public ResonanceWebRTCConnectionFailedException ( Exception innerException ) : System
innerException Exception The inner exception.
return System

ResonanceWebRTCConnectionFailedException() public method

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.
public ResonanceWebRTCConnectionFailedException ( String message ) : System
message String The message that describes the error.
return System

ResonanceWebRTCConnectionFailedException() public method

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.
public ResonanceWebRTCConnectionFailedException ( String message, Exception innerException ) : System
message String The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
return System