Click or drag to resize

StockLocationViolationException Class

Thrown when an attempt is made to move an item to a stock location that violates configured rules.
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 StockLocationViolationException : xTendExceptionBase
Constructors
  NameDescription
Public methodStockLocationViolationException
Initializes a new instance of the StockLocationViolationException class.
Public methodStockLocationViolationException(String)
Initializes a new instance of the StockLocationViolationException class with a specified error message.
Public methodStockLocationViolationException(SerializationInfo, StreamingContext)
Initializes a new instance of the StockLocationViolationException class with serialized data.
Top
See Also