Click or drag to resize

Adapter.ExecutionException Event

Occurs when the IAdapter encounters an Exception during execution.

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

Value

EventHandler<EventArgs<String, Exception>>

Implements

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