Click or drag to resize

NonTrackingException Class

Thrown when trying to validate or process units or materials at an Operation that is not trackable (view mode).
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 NonTrackingException : xTendExceptionBase
Constructors
  NameDescription
Public methodNonTrackingException
Initializes a new instance of the NonTrackingException class.
Public methodNonTrackingException(String)
Initializes a new instance of the NonTrackingException class with a specified error message.
Public methodNonTrackingException(SerializationInfo, StreamingContext)
Initializes a new instance of the NonTrackingException class with serialized data.
Top
See Also