Exception causing an error event, or null if none available.

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public Exception Exception { get; set; }
Visual Basic
Public Property Exception As Exception
	Get
	Set
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
	void set (Exception^ value);
}
F#
member Exception : Exception with get, set

Property Value

Type: Exception

See Also