Click or drag to resize

TransactionNotFoundException Class

Thrown when an open transaction matching the Id passed to a tracking method cannot be found in the system.
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 TransactionNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodTransactionNotFoundException
Initializes a new instance of the TransactionNotFoundException class.
Public methodTransactionNotFoundException(String)
Initializes a new instance of the TransactionNotFoundException class with a specified error message.
Public methodTransactionNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransactionNotFoundException class with serialized data.
Top
See Also