Edit

Share via


CallOperationFailureException Class

Definition

Defines the exception to capture error conditions associated with call failures.

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

Constructors

CallOperationFailureException()

Initializes a new instance of the CallOperationFailureException class.

CallOperationFailureException(SerializationInfo, StreamingContext)

Initializes a new instance of the class with serialized data.

CallOperationFailureException(String)

Initializes a new instance of the CallOperationFailureException class with a specified error message.

CallOperationFailureException(String, Exception)

Initializes a new instance of the CallOperationFailureException class with a specified error message and reference to the inner exception that is the cause of this exception.

Properties

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)
FailureReason

Gets the reason for the failure.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

ToString()

Returns the string representation of the diagnostic header. The string will also contain ResponseCode, ResponseText, and diagnostic header information if present.

Applies to