C# Класс Resonance.WebRTC.Exceptions.ResonanceWebRTCConnectionFailedException

Represents an exception that might occur while trying to connect a WebRTC adapter.
Наследование: Exception
Показать файл Открыть проект

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

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

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

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

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.
public ResonanceWebRTCConnectionFailedException ( Exception innerException ) : System
innerException Exception The inner exception.
Результат System

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

Initializes a new instance of the ResonanceWebRTCConnectionFailedException class.
public ResonanceWebRTCConnectionFailedException ( String message ) : System
message String The message that describes the error.
Результат System

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

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.
Результат System