Click or drag to resize

IOErrorHandler Delegate

First chance IO error handler.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public delegate IOErrorResponse IOErrorHandler(
	Exception? ex,
	Object? userState
)

Parameters

ex
Type: SystemException
The exception that would be thrown.
userState
Type: SystemObject
User state passed down from the caller.

Return Value

Type: IOErrorResponse
How to respond to the IO error.
See Also