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