Click or drag to resize

InternalPartDoesNotExistException Class

Thrown when a InternalPart does not exists.
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 InternalPartDoesNotExistException : xTendExceptionBase
Constructors
  NameDescription
Public methodInternalPartDoesNotExistException
Initializes a new instance of the InternalPartDoesNotExistException class.
Public methodInternalPartDoesNotExistException(String)
Initializes a new instance of the InternalPartDoesNotExistException class with a specified error message.
Public methodInternalPartDoesNotExistException(SerializationInfo, StreamingContext)
Initializes a new instance of the InternalPartDoesNotExistException class with serialized data.
Top
See Also