Click or drag to resize

DuplicateItemException Class

Thrown when more than one Item exists with the same UID (possible with different ItemClassifications).
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 DuplicateItemException : xTendExceptionBase
Constructors
  NameDescription
Public methodDuplicateItemException
Initializes a new instance of the DuplicateItemException class.
Public methodDuplicateItemException(String)
Initializes a new instance of the DuplicateItemException class with a specified error message.
Public methodDuplicateItemException(SerializationInfo, StreamingContext)
Initializes a new instance of the DuplicateItemException class with serialized data.
Top
See Also