Click or drag to resize

StockLocationNotFoundException Class

Thrown when and invalid stock location code is passed to a method.
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 StockLocationNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodStockLocationNotFoundException
Initializes a new instance of the StockLocationNotFoundException class.
Public methodStockLocationNotFoundException(String)
Initializes a new instance of the StockLocationNotFoundException class with a specified error message.
Public methodStockLocationNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the StockLocationNotFoundException class with serialized data.
Top
See Also