Click or drag to resize

BatchNotApprovedException Class

Thrown when setting a Batch status as Active and the Batch is not approved yet.
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 BatchNotApprovedException : xTendExceptionBase
Constructors
  NameDescription
Public methodBatchNotApprovedException
Initializes a new instance of the BatchNotApprovedException class.
Public methodBatchNotApprovedException(String)
Initializes a new instance of the BatchNotApprovedException class with a specified error message.
Public methodBatchNotApprovedException(SerializationInfo, StreamingContext)
Initializes a new instance of the BatchNotApprovedException class with serialized data.
Top
See Also