Click or drag to resize

BatchNotFoundException Class

Thrown when and invalid production order number or GRN (batch name) 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 BatchNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodBatchNotFoundException
Initializes a new instance of the BatchNotFoundException class.
Public methodBatchNotFoundException(String)
Initializes a new instance of the BatchNotFoundException class with a specified error message.
Public methodBatchNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the BatchNotFoundException class with serialized data.
Top
See Also