Name

UnhandledExceptionEventHandler

Synopsis

This delegate specifies the signature for an event handler that responds to the AppDomain.UnhandledException event. This event is triggered by an exception that is not handled by the application domain.

public delegate void UnhandledExceptionEventHandler(
        object sender, UnhandledExceptionEventArgs e);  

Associated Events

AppDomain.UnhandledException()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.