Click or drag to resize
DigitalRuneParticleSystemException Constructor (String)
Initializes a new instance of the ParticleSystemException class with a specified error message.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public ParticleSystemException(
	string message
)

Parameters

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