NPersistence Reference Guide
Thrown by the persistence provider when a transaction is required but is not active.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public class TransactionRequiredException : PersistenceException

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TransactionRequiredException()()()()
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String)
Constructs a new TransactionRequiredException exception with the specified detail message. the detail message.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    NPersistence..::..PersistenceException
      NPersistence..::..TransactionRequiredException

See Also