RegisterException Class

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

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Rtc.Signaling.RealTimeException
      Microsoft.Rtc.Signaling.FailureResponseException
        Microsoft.Rtc.Signaling.RegisterException

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class RegisterException _
    Inherits FailureResponseException
'Usage
Dim instance As RegisterException
[SerializableAttribute]
public class RegisterException : FailureResponseException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RegisterException Members

Microsoft.Rtc.Signaling Namespace