ESRI.ArcGIS.Client
InitializationFailed Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Layer Class : InitializationFailed Event

Raized 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 InitializationFailed event, an unhandled exception will be thrown.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008

See Also

© ESRI, Inc. All Rights Reserved.