ParticleException Constructor (String) |
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ParticleException(
string message
)
Public Sub New (
message As String
)
public:
ParticleException(
String^ message
)
new :
message : string -> ParticleException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also