Click or drag to resize

QuantityException Class

Thrown when a quantity based validation check fails.
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 QuantityException : xTendExceptionBase
Constructors
  NameDescription
Public methodQuantityException
Initializes a new instance of the QuantityException class.
Public methodQuantityException(String)
Initializes a new instance of the QuantityException class with a specified error message.
Public methodQuantityException(SerializationInfo, StreamingContext)
Initializes a new instance of the QuantityException class with serialized data.
Top
See Also