Click or drag to resize

EngineStateException Constructor (String, Exception)

[This is preliminary documentation and is subject to change.]

c'tor

Namespace:  TrafficSimulation.Simulation.Contracts.Exceptions
Assembly:  TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public EngineStateException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:TrafficSimulation.Simulation.Contracts.Exceptions.EngineStateException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:TrafficSimulation.Simulation.Contracts.Exceptions.EngineStateException.#ctor(System.String,System.Exception)"]

See Also