| 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 InitializationFailed event, an unhandled exception will be thrown.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008