Class SimulationException
Represents errors related to running simulations
public class SimulationException : Exception, ISerializable
- Inheritance
-
SimulationException
- Implements
- Derived
- Inherited Members
Constructors
SimulationException()
Creates a new simulation exception
public SimulationException()
SimulationException(string)
Creates a new simulation exception with the given message
public SimulationException(string message)
Parameters
message
stringError message
SimulationException(string, Exception)
Creates a new simulation exception with the given message and inner exception
public SimulationException(string message, Exception innerException)