NPersistence Reference Guide
Thrown by the persistence provider when a problem occurs.

All instances of PersistenceException except for instances of NoResultException, NonUniqueResultException, LockTimeoutException, and QueryTimeoutException will cause the current transaction, if one is active, to be marked for rollback.

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

Syntax

   
 C# 
public class PersistenceException : Exception

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PersistenceException()()()()
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(Exception)
Constructs a new PersistenceException exception with the specified cause.
PersistenceException(String)
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Exception)
Constructs a new PersistenceException exception with the specified detail message and cause.

Inheritance Hierarchy

See Also