NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Thrown by the persistence provider when a problem occurs.
Namespace: NPersistenceAll 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.
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 |
Member | Description | |
---|---|---|
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
System..::..Object
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..EntityExistsException
NPersistence..::..EntityNotFoundException
NPersistence..::..LockTimeoutException
NPersistence..::..NonUniqueResultException
NPersistence..::..NoResultException
NPersistence..::..OptimisticLockException
NPersistence..::..PessimisticLockException
NPersistence..::..QueryTimeoutException
NPersistence..::..RollbackException
NPersistence..::..TransactionRequiredException
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..EntityExistsException
NPersistence..::..EntityNotFoundException
NPersistence..::..LockTimeoutException
NPersistence..::..NonUniqueResultException
NPersistence..::..NoResultException
NPersistence..::..OptimisticLockException
NPersistence..::..PessimisticLockException
NPersistence..::..QueryTimeoutException
NPersistence..::..RollbackException
NPersistence..::..TransactionRequiredException