Click or drag to resize
ResultException Property
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: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Exception Exception { get; set; }

Property Value

Type: Exception
The error exception.
See Also