Click or drag to resize

InvalidBatchTypeException Class

Thrown when an associated Batch is not the correct type for the function being performed.
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 InvalidBatchTypeException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidBatchTypeException
Initializes a new instance of the InvalidBatchTypeException class.
Public methodInvalidBatchTypeException(String)
Initializes a new instance of the InvalidBatchTypeException class with a specified error message.
Public methodInvalidBatchTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidBatchTypeException class with serialized data.
Top
See Also