| Visual Basic (Declaration) | |
|---|---|
Public Event InitializationFailed As EventHandler(Of EventArgs) | |
| C# | |
|---|---|
public event EventHandler<EventArgs> InitializationFailed | |
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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family