Click or drag to resize

AdapterExecutionException Event

Occurs when the IAdapter encounters an Exception during execution.

Namespace: GSF.Adapters
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax
public event EventHandler<EventArgs<string, Exception>> ExecutionException
View Source

Value

EventHandlerEventArgsString, Exception

Implements

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