Click or drag to resize
ParticleException Constructor (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
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also