Click or drag to resize

IAdapterExecutionException Event

Occurs when the IAdapter encounters an Exception during execution.

Namespace: GSF.Adapters
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
event EventHandler<EventArgs<string, Exception>> ExecutionException

Value

EventHandlerEventArgsString, Exception
Remarks
Argument1 is the text that describes the activity that was being performed by the IAdapter.
Argument2 is the encountered Exception.
See Also