Occurs when an unhandled exception is caught by the ServerAgent dispatcher. The application can return true to allow the process to continue or false to cause the exception to be re-thrown.

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

Syntax

Visual Basic (declaration)
Public Event 
UnhandledException 
As 

UnhandledExceptionHandler
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
handler 
As 

UnhandledExceptionHandler

AddHandler instance.
UnhandledException, 
handler
C#
public event 

UnhandledExceptionHandler 
UnhandledException

See also