Click or drag to resize

TrackedDataItemNotFoundException Class

Thrown when a particular TrackedDataItem cannot be found by the system.
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 TrackedDataItemNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodTrackedDataItemNotFoundException
Initializes a new instance of the TrackedDataItemNotFoundException class.
Public methodTrackedDataItemNotFoundException(String)
Initializes a new instance of the TrackedDataItemNotFoundException class with a specified error message.
Public methodTrackedDataItemNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the TrackedDataItemNotFoundException class with serialized data.
Top
See Also