Click or drag to resize

UnknownAttributeException Class

Thrown when a part attribute related method call encounters a problem. See the particular method for details.
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 UnknownAttributeException : xTendExceptionBase
Constructors
  NameDescription
Public methodUnknownAttributeException
Initializes a new instance of the UnknownAttributeException class.
Public methodUnknownAttributeException(String)
Initializes a new instance of the UnknownAttributeException class with a specified error message.
Public methodUnknownAttributeException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnknownAttributeException class with serialized data.
Top
See Also