Click or drag to resize

UnitTransactionsExistException Class

Thrown when updating an approval to under construction and the related Process already has unit transactions.
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 UnitTransactionsExistException : xTendExceptionBase
Constructors
  NameDescription
Public methodUnitTransactionsExistException
Initializes a new instance of the UnitTransactionsExistException class.
Public methodUnitTransactionsExistException(String)
Initializes a new instance of the UnitTransactionsExistException class with a specified error message.
Public methodUnitTransactionsExistException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnitTransactionsExistException class with serialized data.
Top
See Also