DeregisterReason Property

Returns information about the reason for this exception.

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

Syntax

'Declaration
Public ReadOnly Property DeregisterReason As RegistrationTransitionReason
    Get
'Usage
Dim instance As RegisterException
Dim value As RegistrationTransitionReason

value = instance.DeregisterReason
public RegistrationTransitionReason DeregisterReason { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..RegistrationTransitionReason
None. The number of active endpoints exceeds the limit, the user has changed, or the user has moved.

See Also

Reference

RegisterException Class

RegisterException Members

Microsoft.Rtc.Signaling Namespace