The exception that is thrown when an authorized connection to the server is attempted and is rejected by the server.

Inheritance hierarchy

System . . :: . . Object
   System . . :: . . Exception
     System . . :: . . ApplicationException
       Microsoft.Rtc.Sip . . :: . . UnauthorizedException

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
UnauthorizedException _
	
Inherits 
ApplicationException
Visual Basic (usage)
Dim 
instance 
As 
UnauthorizedException
C#
[
SerializableAttribute]
public 
sealed 
class 
UnauthorizedException : 
ApplicationException

Thread safety

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

See also