DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb-linq
Deveel.Data.Linq
QueryException.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Deveel
.Data.Linq {
4
public
class
QueryException
: Exception {
5
public
QueryException
(
string
message, Exception innerException)
6
: base(message, innerException) {
7
}
8
9
public
QueryException
(
string
message)
10
: base(message) {
11
}
12
13
public
QueryException
() {
14
}
15
}
16
}
Deveel
Deveel.Data.Linq.QueryException.QueryException
QueryException(string message, Exception innerException)
Definition:
QueryException.cs:5
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Linq.QueryException.QueryException
QueryException(string message)
Definition:
QueryException.cs:9
Deveel.Data.Linq.QueryException
Definition:
QueryException.cs:4
Deveel.Data.Linq.QueryException.QueryException
QueryException()
Definition:
QueryException.cs:13
Generated by
1.8.10