First chance IO error handler.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic 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:
IOErrorResponseHow to respond to the IO error.
See Also