Exception causing an error event, or null if none available.
Namespace: BasicCard.BasicCards.LoaderAssembly: 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 |