Click or drag to resize

ConvertAssemblyToPartException Class

Thrown when an existing Internal Part is already an assembly and trying to update to be a 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 ConvertAssemblyToPartException : xTendExceptionBase
Constructors
  NameDescription
Public methodConvertAssemblyToPartException
Initializes a new instance of the ConvertAssemblyToPartException class.
Public methodConvertAssemblyToPartException(String)
Initializes a new instance of the ConvertAssemblyToPartException class with a specified error message.
Public methodConvertAssemblyToPartException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConvertAssemblyToPartException class with serialized data.
Top
See Also