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
object
Exception
AlgorithmException
Assembly: .dll
Syntax
public class AlgorithmException : ParticleException
Constructors
|
Edit this page
View Source
AlgorithmException()
Declaration
public AlgorithmException()
|
Edit this page
View Source
AlgorithmException(Particle)
Declaration
public AlgorithmException(Particle p)
Parameters
|
Edit this page
View Source
AlgorithmException(Particle, string)
Declaration
public AlgorithmException(Particle p, string msg)
Parameters
Type |
Name |
Description |
Particle |
p |
|
string |
msg |
|
|
Edit this page
View Source
AlgorithmException(string)
Declaration
public AlgorithmException(string msg)
Parameters
Type |
Name |
Description |
string |
msg |
|