WebLogic Messaging API Class Library

TransactionInProgressException Class

This exception is thrown when an operation is invalid because a transaction is in progress. For instance, an attempt to call ISession.Commit when a session is part of a distributed transaction should throw a TransactionInProgressException.

For a list of all members of this type, see TransactionInProgressException Members.

System.Object
   Exception
      ApplicationException
         MessageException
            TransactionInProgressException

public class TransactionInProgressException : MessageException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: WebLogic.Messaging

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

TransactionInProgressException Members | WebLogic.Messaging Namespace