Click or drag to resize

PartAttributeTypeException Class

Thrown when an existing part attribute type does not match the type being created or updated.
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 PartAttributeTypeException : xTendExceptionBase
Constructors
  NameDescription
Public methodPartAttributeTypeException
Initializes a new instance of the PartAttributeTypeException class.
Public methodPartAttributeTypeException(String)
Initializes a new instance of the PartAttributeTypeException class with a specified error message.
Public methodPartAttributeTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the PartAttributeTypeException class with serialized data.
Top
See Also