Table of Contents

Class SimulationException

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

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 string

Error message

SimulationException(string, Exception)

Creates a new simulation exception with the given message and inner exception

public SimulationException(string message, Exception innerException)

Parameters

message string

Error message

innerException Exception

Inner exception