RegisterException Class

Definition

Defines the exception to be thrown, when an error occurs in the register operation.

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

Constructors

RegisterException()

Initializes a new instance of the class.

RegisterException(SerializationInfo, StreamingContext)

Initializes a new instance of the class with serialized data.

RegisterException(String)

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

RegisterException(String, Exception)

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

RegisterException(String, RegistrationTransitionReason)

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

Properties

DeregisterReason

Returns further information about the reason for this exception.

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. If message contains both headers then this will represent the ms-diagnostics header information.

(Inherited from FailureResponseException)
ResponseData

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

(Inherited from FailureResponseException)
WarningInformation

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

(Inherited from FailureResponseException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

ToString()

Returns the string representation of RegisterException. The string will include DeregisterReason.

Applies to