Click or drag to resize

InvalidQuantityVerificationModeException Class

Thrown when setting or changing the quantity verification mode on a Batch and the mode is not valid for the Batch type.
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 InvalidQuantityVerificationModeException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidQuantityVerificationModeException
Initializes a new instance of the InvalidQuantityVerificationModeException class.
Public methodInvalidQuantityVerificationModeException(String)
Initializes a new instance of the InvalidQuantityVerificationModeException class with a specified error message.
Public methodInvalidQuantityVerificationModeException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidQuantityVerificationModeException class with serialized data.
Top
See Also