ArcGIS API for Windows Phone - Library Reference
InitializationFailed Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Layer Class : InitializationFailed Event

Raised when the layer has been initialized and encountered a problem.

Syntax

Visual Basic (Declaration) 
Public Event InitializationFailed As EventHandler(Of EventArgs)
C# 
public event EventHandler<EventArgs> InitializationFailed

Remarks

If a layer fails to initialize (server is down, incorrect endpoint etc), and you don't handle the ESRI.ArcGIS.Client.Layer.InitializationFailed event, an unhandled exception will be thrown.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.