Click or drag to resize

Strings Class

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

A collection of common shared Strings
Inheritance Hierarchy
SystemObject
  TrafficSimulation.CommonStrings

Namespace:  TrafficSimulation.Common
Assembly:  TrafficSimulation.Common (in TrafficSimulation.Common.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static class Strings

The Strings type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberException_Already_Initialized
The simulation is already initialized
Public fieldStatic memberException_Already_Started
Exception Message that is shown when a simulation is already started.
Public fieldStatic memberException_Already_Stopped
The simulation already stopped
Public fieldStatic memberException_Cant_Step
The Simulation cant step cant step
Public fieldStatic memberException_Placable_Not_On_Route
The placable is not on route
Public fieldStatic memberException_Xml_Could_Not_Deserialize
Could not deserialize GraphXml
Public fieldStatic memberException_Xml_Node_Contains_No_Data
XML node contains no data.
Public fieldStatic memberException_Xml_Node_Has_Unexpected_Type
XML node has unexpected type
Top
See Also