NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Thrown by the persistence provider when a query times out
and only the statement is rolled back.
Namespace: NPersistenceThe current transaction, if one is active, will be not be marked for rollback.
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
public class QueryTimeoutException : PersistenceException
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| QueryTimeoutException()()()() |
Constructs a new QueryTimeoutException exception
with null as its detail message.
| |
| QueryTimeoutException(Exception) |
Constructs a new QueryTimeoutException exception
with the specified cause.
| |
| QueryTimeoutException(String) |
Constructs a new QueryTimeoutException exception
with the specified detail message.
| |
| QueryTimeoutException(Query) |
Constructs a new QueryTimeoutException exception
with the specified query.
| |
| QueryTimeoutException(String, Exception) |
Constructs a new QueryTimeoutException exception
with the specified detail message and cause.
| |
| QueryTimeoutException(String, Exception, Query) |
Constructs a new QueryTimeoutException exception
with the specified detail message, cause, and query.
| |
| GetQuery()()()() | Returns the query that caused this exception.
|
Inheritance Hierarchy
System..::..Object
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..QueryTimeoutException
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..QueryTimeoutException