Gets the exception if it was raised during ITask execution.
Namespace: Dapfor.Wpf.ThreadingAssembly: 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: ExceptionThe exception.