Click or drag to resize

ZeroMQServerOnUnhandledUserException Method

Raises the UnhandledUserException event.

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

Parameters

ex  Exception
Exception to send to UnhandledUserException event.
See Also