Click or drag to resize

IOErrorHandler Delegate

Delegate for notifying an error.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public delegate void IOErrorHandler(
	Exception? ex
)

Parameters

ex
Type: SystemException
The exception that caused the error.
See Also