Result of the operation. A null value equals success, otherwise, an exception describes the error.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Exception 
As 
Exception
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AuthorizedHostOperationCompletedEventArgs
Dim 
value 
As 
Exception

value = instance.
Exception
C#
public 
Exception 
Exception { 
get; }

Property value

Type: System . . :: . . Exception

See also