DataSource..::..GlobalExecutionError Event
Raised when a procedure call fails in any dispatcher.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public static event Nullable<EventHandler<ExecutionEventArgs>> GlobalExecutionError
Public Shared Event GlobalExecutionError As Nullable(Of EventHandler(Of ExecutionEventArgs))
public: static event Nullable<EventHandler<ExecutionEventArgs^>^> GlobalExecutionError { void add (Nullable<EventHandler<ExecutionEventArgs^>^> value); void remove (Nullable<EventHandler<ExecutionEventArgs^>^> value); }