Click or drag to resize

ServerBaseClientConnectingException Event

Occurs when an exception is encountered while a client is connecting.

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

Value

EventHandlerEventArgsException

Implements

IServerClientConnectingException
Remarks
Argument is the Exception encountered when connecting to the client.
See Also