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.
|
public ResonanceWebRTCConnectionFailedException ( Exception innerException ) : System | ||
innerException | Exception | The inner exception. |
return | System |
public ResonanceWebRTCConnectionFailedException ( String message ) : System | ||
message | String | The message that describes the error. |
return | System |
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 |