Unhandled exception handler delegate. The application should return true to ignore the exception and false to rethrow in the worker therad.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Shared 

VerifyAndIgnoreUnhandledThreadPoolException 
As 

UnhandledThreadPoolExceptionHandler
C#
public 
static 

UnhandledThreadPoolExceptionHandler 

VerifyAndIgnoreUnhandledThreadPoolException
Visual C++
public:
static 

UnhandledThreadPoolExceptionHandler^ 

VerifyAndIgnoreUnhandledThreadPoolException
JavaScript

Microsoft.Rtc.Signaling.UnhandledExceptionManager.

verifyAndIgnoreUnhandledThreadPoolException

See Also