DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Linq.QueryException Class Reference
Inheritance diagram for Deveel.Data.Linq.QueryException:

Public Member Functions

 QueryException (string message, Exception innerException)
 
 QueryException (string message)
 
 QueryException ()
 

Detailed Description

Definition at line 4 of file QueryException.cs.

Constructor & Destructor Documentation

Deveel.Data.Linq.QueryException.QueryException ( string  message,
Exception  innerException 
)
inline

Definition at line 5 of file QueryException.cs.

6  : base(message, innerException) {
7  }
Deveel.Data.Linq.QueryException.QueryException ( string  message)
inline

Definition at line 9 of file QueryException.cs.

10  : base(message) {
11  }
Deveel.Data.Linq.QueryException.QueryException ( )
inline

Definition at line 13 of file QueryException.cs.

13  {
14  }

The documentation for this class was generated from the following file: