Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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