UnhandledExceptionManager.VerifyAndIgnoreUnhandledThreadPoolException Field
Unhandled exception handler delegate. The application should return true to ignore the exception and false to rethrow in the worker thread.
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
See Also
Reference
UnhandledExceptionManager Class