This event occurs, if any exception occurs.

Namespace: EAL.Interfaces
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
event QueueExecutionHandler ExceptionInQueueExecution
Visual Basic
Event ExceptionInQueueExecution As QueueExecutionHandler
Visual C++
 event QueueExecutionHandler^ ExceptionInQueueExecution {
	void add (QueueExecutionHandler^ value);
	void remove (QueueExecutionHandler^ value);
}

Value

Type: QueueExecutionHandler

See Also