The event handler receives an argument of type ConnectionLostEventArgs containing data related to this event. The following ConnectionLostEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AttemptNumber | The number of attempts to reconnect. |
Cause | The reason of the connection loss. |
Component | The object where the connection loss occurs. |
Context | The state of connection when connection is lost. |
RetryMode | The application behavior when connection is lost. |
Clients that want to process fatal errors and perform failover should create a ConnectionLostEventHandler delegate to listen to this event.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2