Click or drag to resize

StockLocationDepthLimitException Class

Thrown when adding stock locations to other stock locations and the depth limit of the stock location tree is exceeded.
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 StockLocationDepthLimitException : xTendExceptionBase
Constructors
  NameDescription
Public methodStockLocationDepthLimitException
Initializes a new instance of the StockLocationDepthLimitException class.
Public methodStockLocationDepthLimitException(String)
Initializes a new instance of the StockLocationDepthLimitException class with a specified error message.
Public methodStockLocationDepthLimitException(SerializationInfo, StreamingContext)
Initializes a new instance of the StockLocationDepthLimitException class with serialized data.
Top
See Also