Click or drag to resize

RelatedItemException Class

Thrown when delete type operation is unable to be completed because the object being deleted has relationships to other data objects which are preventing deletion of the 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 RelatedItemException : xTendExceptionBase
Constructors
  NameDescription
Public methodRelatedItemException
Initializes a new instance of the RelatedItemException class.
Public methodRelatedItemException(String)
Initializes a new instance of the RelatedItemException class with a specified error message.
Public methodRelatedItemException(SerializationInfo, StreamingContext)
Initializes a new instance of the RelatedItemException class with serialized data.
Top
See Also