Windows.UI.Xaml.UnhandledExceptionEventHandler

June 22, 2022 ยท View on GitHub

-description

Represents the method that will handle the UnhandledException event.

-parameters

-param sender

The object where the handler is attached.

-param e

Event data.

-remarks

For more info on how to write a handler based on this delegate, see Exception handling for in C# or Visual Basic and Remarks in UnhandledException.

-examples

-see-also

UnhandledException, UnhandledExceptionEventArgs, Exception handling for in C# or Visual Basic, Exceptions (C++/CX)