Gets the exception if i was thrown while editing process.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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