Click or drag to resize

PartUnitOfIssueThresholdException Class

Thrown when changing a part's Unit of Measure cannot be done because the change would result in a large amount of data being changed. Changing too much data may impact performance of the system. Users who receive this exception and would still like to make the change, please contact Aegis Customer Service.
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 PartUnitOfIssueThresholdException : xTendExceptionBase
Constructors
  NameDescription
Public methodPartUnitOfIssueThresholdException
Initializes a new instance of the PartUnitOfIssueThresholdException class.
Public methodPartUnitOfIssueThresholdException(String)
Initializes a new instance of the PartUnitOfIssueThresholdException class with a specified error message.
Public methodPartUnitOfIssueThresholdException(SerializationInfo, StreamingContext)
Initializes a new instance of the PartUnitOfIssueThresholdException class with serialized data.
Top
See Also