Initializes a new instance of the ExceptionEventArgs class.

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

Syntax

C#
public ExceptionEventArgs(
	IDispatcher dispatcher,
	Exception exception
)
Visual Basic
Public Sub New ( 
	dispatcher As IDispatcher,
	exception As Exception
)
Visual C++
public:
ExceptionEventArgs(
	IDispatcher^ dispatcher, 
	Exception^ exception
)
F#
new : 
        dispatcher : IDispatcher * 
        exception : Exception -> ExceptionEventArgs

Parameters

dispatcher
Type: Dapfor.Wpf.Threading..::..IDispatcher
The dispatcher.
exception
Type: System..::..Exception
The exception.

See Also