Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.01 KB

icoreapplicationunhandlederror.md

File metadata and controls

22 lines (15 loc) · 1.01 KB
-api-id -api-type
T:Windows.ApplicationModel.Core.ICoreApplicationUnhandledError
winrt interface

Windows.ApplicationModel.Core.ICoreApplicationUnhandledError

-description

Adds an error handling event for global error handling from the system that app models can use.

-remarks

The ICoreApplicationUnhandledError mechanism for error handling is primarily for C++ developers who are using Microsoft DirectX. For UWP app using C++, C#, or Visual Basic you should handle UnhandledException, which is exposed by the Application object in that app model.

Most scenarios won't use this interface for either implementation or casting. Instead, most app scenarios will use CoreApplication.UnhandledErrorDetected or similar events provided by the app models for UI frameworks.

-examples

-see-also