Event arguments to execute ITask in the IDispatcher'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 class ExceptionEventArgs : EventArgs
Visual Basic
Public Class ExceptionEventArgs
	Inherits EventArgs
Visual C++
public ref class ExceptionEventArgs : public EventArgs
F#
type ExceptionEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Threading..::..ExceptionEventArgs

See Also