VerifyAndIgnoreUnhandledThreadPoolException Field

The unhandled exception handler delegate.

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

Syntax

'Declaration
Public Shared VerifyAndIgnoreUnhandledThreadPoolException As UnhandledThreadPoolExceptionHandler
'Usage
Dim value As UnhandledThreadPoolExceptionHandler

value = UnhandledExceptionManager.VerifyAndIgnoreUnhandledThreadPoolException

UnhandledExceptionManager.VerifyAndIgnoreUnhandledThreadPoolException = value
public static UnhandledThreadPoolExceptionHandler VerifyAndIgnoreUnhandledThreadPoolException

Remarks

The application should return true to ignore the exception and false to rethrow the exception in the worker thread.

See Also

Reference

UnhandledExceptionManager Class

UnhandledExceptionManager Members

Microsoft.Rtc.Signaling Namespace