Click or drag to resize

ItemException Class

Thrown when an invalid operation is attempted involving an Item object.
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 ItemException : xTendExceptionBase
Constructors
  NameDescription
Public methodItemException
Initializes a new instance of the ItemException class.
Public methodItemException(String)
Initializes a new instance of the ItemException class with a specified error message.
Public methodItemException(SerializationInfo, StreamingContext)
Initializes a new instance of the ItemException class with serialized data.
Top
See Also