Occurs when the ITask is executing in the dispatcher's thread.

Namespace: Dapfor.Wpf.Threading
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public event EventHandler<ExceptionEventArgs> OnException
Visual Basic
Public Event OnException As EventHandler(Of ExceptionEventArgs)
Visual C++
public:
virtual  event EventHandler<ExceptionEventArgs^>^ OnException {
	void add (EventHandler<ExceptionEventArgs^>^ value);
	void remove (EventHandler<ExceptionEventArgs^>^ value);
}
F#
abstract OnException : IEvent<EventHandler<ExceptionEventArgs>,
    ExceptionEventArgs>
override OnException : IEvent<EventHandler<ExceptionEventArgs>,
    ExceptionEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'ExceptionEventArgs>)>)>

Implements

IDispatcher..::..OnException

See Also