Click or drag to resize

MultipleInternalPartsFoundException Class

Thrown when there are multiple InternalPart found for the part number and therefore not known which InternalPart to use.
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 MultipleInternalPartsFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodMultipleInternalPartsFoundException
Initializes a new instance of the MultipleInternalPartsFoundException class.
Public methodMultipleInternalPartsFoundException(String)
Initializes a new instance of the MultipleInternalPartsFoundException class with a specified error message.
Public methodMultipleInternalPartsFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the MultipleInternalPartsFoundException class with serialized data.
Top
See Also