Click or drag to resize

OpenTransactionException Class

Thrown when there is an open transaction preventing an action from being performed.
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 OpenTransactionException : xTendExceptionBase
Constructors
  NameDescription
Public methodOpenTransactionException
Initializes a new instance of the OpenTransactionException class.
Public methodOpenTransactionException(String)
Initializes a new instance of the OpenTransactionException class with a specified error message.
Public methodOpenTransactionException(SerializationInfo, StreamingContext)
Initializes a new instance of the OpenTransactionException class with serialized data.
Top
See Also