Click or drag to resize

TrackingTypeException Class

Thrown when trying to start units or materials at an Operation that is tracking only and therefore should use the TrackThroughOperation function.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class TrackingTypeException : xTendExceptionBase
Constructors
  NameDescription
Public methodTrackingTypeException
Initializes a new instance of the TrackingTypeException class.
Public methodTrackingTypeException(String)
Initializes a new instance of the TrackingTypeException class with a specified error message.
Public methodTrackingTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the TrackingTypeException class with serialized data.
Top
See Also