Class SimulationRoutineException
Represents a simulation routine error
public class SimulationRoutineException : SimulationException, ISerializable
- Inheritance
-
SimulationRoutineException
- Implements
- Inherited Members
Constructors
SimulationRoutineException(string, int, int)
Creates a new exception with the provided parameters
public SimulationRoutineException(string message, int stageNumber = 0, int stepNumber = 0)
Parameters
Properties
OriginalMessage
Original message coming from the simulator
public string OriginalMessage { get; }
Property Value
StageNumber
Which stage failed
public int StageNumber { get; }
Property Value
StepNumber
Which step failed
public int StepNumber { get; }