Click or drag to resize

RelatedItemTypeException Class

Thrown when the related part is not a relevant part type for the parent part.
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 RelatedItemTypeException : xTendExceptionBase
Constructors
  NameDescription
Public methodRelatedItemTypeException
Initializes a new instance of the RelatedItemTypeException class.
Public methodRelatedItemTypeException(String)
Initializes a new instance of the RelatedItemTypeException class with a specified error message.
Public methodRelatedItemTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the RelatedItemTypeException class with serialized data.
Top
See Also