ServerAgent.UnhandledException Event

Definition

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.

public:
 event Microsoft::Rtc::Sip::UnhandledExceptionHandler ^ UnhandledException;
public event Microsoft.Rtc.Sip.UnhandledExceptionHandler UnhandledException;
Public Custom Event UnhandledException As UnhandledExceptionHandler 

Event Type

Applies to