Class AlgorithmException
Exception class for the case that an error occurred in
the algorithm code of a particle. This covers all errors
that cannot be recognized by the simulator because the error
occurred directly in the algorithm code.
Inheritance
AlgorithmException
Assembly: .dll
Syntax
public class AlgorithmException : ParticleException
Constructors
AlgorithmException()
Declaration
public AlgorithmException()
AlgorithmException(Particle)
Declaration
public AlgorithmException(Particle p)
Parameters
AlgorithmException(Particle, string)
Declaration
public AlgorithmException(Particle p, string msg)
Parameters
AlgorithmException(string)
Declaration
public AlgorithmException(string msg)
Parameters
Type |
Name |
Description |
string |
msg |
|