UnhandledErrorDetectedEventArgs
UnhandledErrorDetectedEventArgs
UnhandledErrorDetectedEventArgs
UnhandledErrorDetectedEventArgs
Class
Definition
Provides UnhandledError event data for UnhandledErrorDetected events.
public : sealed class UnhandledErrorDetectedEventArgs : IUnhandledErrorDetectedEventArgspublic sealed class UnhandledErrorDetectedEventArgs : IUnhandledErrorDetectedEventArgsPublic NotInheritable Class UnhandledErrorDetectedEventArgs Implements IUnhandledErrorDetectedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
UnhandledError UnhandledError UnhandledError UnhandledError
Gets the error info object that can be used to handle the event or propagate the error through a language-specific error.
public : UnhandledError UnhandledError { get; }public UnhandledError UnhandledError { get; }Public ReadOnly Property UnhandledError As UnhandledError// This API is not available in Javascript.
An object that represents the unhandled error.