Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
message As String, _
deregisterReason As RegistrationTransitionReason _
)
|
|
public RegisterException (
string message,
RegistrationTransitionReason deregisterReason
)
|
Parameters
- message
-
The message that describes the error.
- deregisterReason
-
The reason for being unregistered. Unknown. The number of active
endpoints exceeds the limit, the user has changed, and the user has
moved.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also