Click or drag to resize

ClientBase.ReceiveDataException Event

Occurs when an Exception is encountered when receiving data from the server.

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

Value

EventHandler<EventArgs<Exception>>

Implements

IClient.ReceiveDataException
Remarks
Argument is the Exception encountered when receiving data from the server.
See Also