UnhandledExceptionManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way for the application to register for a handler to catch any unhandled exceptions uncaught from a worker thread initiated by the platform.
public ref class UnhandledExceptionManager abstract sealed
public static class UnhandledExceptionManager
type UnhandledExceptionManager = class
Public Class UnhandledExceptionManager
- Inheritance
-
UnhandledExceptionManager
Fields
VerifyAndIgnoreUnhandledThreadPoolException |
Unhandled exception handler delegate. The application should return true to ignore the exception and false to rethrow in the worker thread. |