Click or drag to resize

TcpSimpleClientOnConnectionException Method

Raises the ConnectionException event.

Namespace:  GSF.Communication
Assembly:  GSF.Communication (in GSF.Communication.dll) Version: 2.3.385-beta
Syntax
protected override void OnConnectionException(
	Exception ex
)
Request Example View Source

Parameters

ex
Type: SystemException
Exception to send to ConnectionException event.
See Also