NPersistence Reference Guide
Thrown by the persistence provider when a query times out and only the statement is rolled back.

The current transaction, if one is active, will be not be marked for rollback.

Namespace: NPersistence
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

See Also