ConferenceFailureException Class

Definition

Defines the exception to capture error conditions associated with conference commands.

public ref class ConferenceFailureException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class ConferenceFailureException : Microsoft.Rtc.Signaling.RealTimeException
type ConferenceFailureException = class
    inherit RealTimeException
Public Class ConferenceFailureException
Inherits RealTimeException
Inheritance
ConferenceFailureException
Attributes
SerializableAttribute

Constructors

ConferenceFailureException()

Creates a new instance of the ConferenceFailureException class.

ConferenceFailureException(SerializationInfo, StreamingContext)

Creates a new instance of the ConferenceFailureException class with serialized data.

ConferenceFailureException(String)

Creates a new instance of the ConferenceFailureException class with a specified error message.

ConferenceFailureException(String, ConferenceCommandResponse, Exception)

Creates a new instance of the ConferenceFailureException class with a message and inner exception.

ConferenceFailureException(String, Exception)

Creates a new instance of the ConferenceFailureException class with a message and inner exception.

Properties

Code

Gets the command status value.

DetectionStackTrace

Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.

(Inherited from RealTimeException)
DiagnosticInformation

Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response.

DisplayString

Gets the failure display string.

GeneralReason

Gets the general reason for failure.

Reason

Gets the specific reason for failure.

Response

Gets the response received or null.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

ToString()

Creates and returns a string representation of the current exception.

(Inherited from RealTimeException)

Applies to