This topic has not yet been rated - Rate this topic

ErrorOccurred

Microsoft Advertising Services

Raised when the AdControl encounters an operational error.

Namespace: Microsoft.Advertising.WinRT.UI (in Microsoft.Advertising.WinRT.UI.winmd)

JavaScript Library: ad.js

 

C#

public event System.EventHandler<AdErrorEventArgs> ErrorOccurred

 

JavaScript

var errorEventHandler = function (sender, evt) {
// use either or both of evt.errorMessage or evt.errorCode
}

For error messages and codes see ErrorCode Enumeration.


Report a bug in the product. Send email to psupport@microsoft.com.
Send feedback about this documentation to adsfdbk@microsoft.com.
Revised: 2013-01-31
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.