Click or drag to resize

MultipleBatchesFoundException Class

Thrown when there are multiple Batches associated and therefore not known which Batch to use.
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 MultipleBatchesFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodMultipleBatchesFoundException
Initializes a new instance of the MultipleBatchesFoundException class.
Public methodMultipleBatchesFoundException(String)
Initializes a new instance of the MultipleBatchesFoundException class with a specified error message.
Public methodMultipleBatchesFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the MultipleBatchesFoundException class with serialized data.
Top
See Also