Click or drag to resize

ClientBaseSendDataException Event

Occurs when an Exception is encountered when sending data to the server.

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

Value

EventHandlerEventArgsException

Implements

IClientSendDataException
Remarks
Argument is the Exception encountered when sending data to the server.
See Also