Click or drag to resize

InvalidItemClassificationException Class

Thrown when an update to a Item is not of the correct ItemClassification.
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 InvalidItemClassificationException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidItemClassificationException
Initializes a new instance of the InvalidItemClassificationException class.
Public methodInvalidItemClassificationException(String)
Initializes a new instance of the InvalidItemClassificationException class with a specified error message.
Public methodInvalidItemClassificationException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidItemClassificationException class with serialized data.
Top
See Also