Click or drag to resize

ClientBaseConnectionException Event

Occurs when an Exception is encountered during connection attempt to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> ConnectionException
View Source

Value

EventHandlerEventArgsException

Implements

IClientConnectionException
See Also