onerror event

0 out of 4 rated this helpful - Rate this topic

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

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.