FailureRequestException Class

Definition

Defines the exception to be thrown, when a failure message is received as a SIP request message.

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

Constructors

FailureRequestException()

Initializes a new instance of the FailureRequestException class.

FailureRequestException(SerializationInfo, StreamingContext)

Initializes a new instance of the class with serialized data.

FailureRequestException(String)

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

FailureRequestException(String, Exception)

Initializes a new instance of the FailureRequestException 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)
DiagnosticInformation

Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the request. If message contains both headers then this will represent the ms-diagnostics header information.

RequestData

Gets the request data. It can be null if the exception is thrown in the case where no request data was received.

WarningInformation

Gets the list of warning headers representing the warning information received as Warning Header in the request.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

ToString()

Returns the string representation of the diagnostic header.

Applies to