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
Syntaxpublic 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:
IOErrorResponseInstruction on how to handle the error.
See Also