ResultErrorDescription Property |
Gets or sets the error description.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic string ErrorDescription { get; set; }
Public Property ErrorDescription As String
Get
Set
public:
property String^ ErrorDescription {
String^ get ();
void set (String^ value);
}
member ErrorDescription : string with get, set
Property Value
Type:
String
The error description.
See Also