Gets or sets the error exception.
When an exception is caught in this library it will be placed in here so you can inspect it more if you want to.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
member Exception : Exception with get, set
Property Value
Type:
Exception
The error exception.
See Also