Click or drag to resize

PartAttributeInvalidValueUnitsException Class

Thrown when the ValueUnits property of PartAttributeValue is not valid per the AvailableValueUnits property.
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 PartAttributeInvalidValueUnitsException : xTendExceptionBase
Constructors
  NameDescription
Public methodPartAttributeInvalidValueUnitsException
Initializes a new instance of the PartAttributeInvalidValueUnitsException class.
Public methodPartAttributeInvalidValueUnitsException(String)
Initializes a new instance of the PartAttributeInvalidValueUnitsException class with a specified error message.
Public methodPartAttributeInvalidValueUnitsException(SerializationInfo, StreamingContext)
Initializes a new instance of the PartAttributeInvalidValueUnitsException class with serialized data.
Top
See Also