Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

unhandledexceptioneventhandler.md

File metadata and controls

29 lines (20 loc) · 1.05 KB
-api-id -api-type
T:Windows.UI.Xaml.UnhandledExceptionEventHandler
winrt delegate

Windows.UI.Xaml.UnhandledExceptionEventHandler

-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)