Click or drag to resize

TcpSimpleClientOnSendDataException Method

Raises the SendDataException event.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected override void OnSendDataException(
	Exception ex
)
View Source

Parameters

ex  Exception
Exception to send to SendDataException event.
See Also