Click or drag to resize

TrackingCodeNotFoundException Class

Thrown when an indirect time tracking code is not found in the FactoryLogix database..
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 TrackingCodeNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodTrackingCodeNotFoundException
Initializes a new instance of the TrackingCodeNotFoundException class.
Public methodTrackingCodeNotFoundException(String)
Initializes a new instance of the TrackingCodeNotFoundException class with a specified error message.
Public methodTrackingCodeNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the TrackingCodeNotFoundException class with serialized data.
Top
See Also