ArcGIS API for WPF - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.