Gets the exception if it was raised during ITask execution.

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

Syntax

C#
public Exception Exception { get; }
Visual Basic
Public ReadOnly Property Exception As Exception
	Get
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}
F#
member Exception : Exception with get

Property Value

Type: Exception
The exception.

See Also