Click or drag to resize

VectoredRequestNotifyError Method

Called when an IO error is detected while executing this request. Calls the registered errorHandler.

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

Parameters

ex (Optional)
Type: SystemException
The detected IO error.
userState (Optional)
Type: SystemObject
User state to pass to the handler.

Return Value

Type: IOErrorResponse
Instruction on how to handle the error.
See Also