Click or drag to resize
ParticleException Constructor (String, HttpStatusCode, String, String)
Initializes a new instance of the ParticleException class.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ParticleException(
	string message,
	HttpStatusCode code,
	string error,
	string errorDescription
)

Parameters

message
Type: SystemString
The message.
code
Type: System.NetHttpStatusCode
The code.
error
Type: SystemString
The error.
errorDescription
Type: SystemString
The error description.
See Also