Edit

Share via


UnhandledExceptionManager Class

Definition

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.

Applies to