Occurs when an unhandled error has been raised.
Syntax
WinJS.Application.addEventListener("error", listenerName);
or
WinJS.Application.onerror = listenerName;
Event handler parameters
- eventInfo
-
Type: CustomEvent
An object that contains information about the event.
Requirements
|
Namespace |
WinJS.Application |
|---|---|
|
Library |
|
Build date: 12/5/2012