NPersistence Reference Guide
Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.

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

Syntax

   
 C# 
public QueryTimeoutException(
	string message,
	Exception cause,
	Query query
)

Parameters

message
String
the detail message.
cause
Exception
the cause.
query
Query
the query.

See Also