Click or drag to resize

CheckedOutException Class

Thrown when changing an item such as a BOM or ECAD and the item is being edited by another user.
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 CheckedOutException : xTendExceptionBase
Constructors
  NameDescription
Public methodCheckedOutException
Initializes a new instance of the CheckedOutException class.
Public methodCheckedOutException(String)
Initializes a new instance of the CheckedOutException class with a specified error message.
Public methodCheckedOutException(SerializationInfo, StreamingContext)
Initializes a new instance of the CheckedOutException class with serialized data.
Top
See Also