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

Syntax

Visual Basic (declaration)
Public 
Sub 
New ( _
	
innerException 
As 
Exception _
)
Visual Basic (usage)
Dim 
innerException 
As 
Exception

Dim 
instance 
As New 

UnauthorizedException(
innerException)
C#
public 
UnauthorizedException(
	
Exception 
innerException
)

Parameters

innerException
Type: System . . :: . . Exception

See also