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

Public Member Functions

 DeveelDbException ()
 
 DeveelDbException (string message)
 
 DeveelDbException (string message, Exception innerException)
 

Properties

override int ErrorCode [get]
 

Detailed Description

Definition at line 22 of file DeveelDbException.cs.

Constructor & Destructor Documentation

Deveel.Data.Client.DeveelDbException.DeveelDbException ( )
inline

Definition at line 23 of file DeveelDbException.cs.

24  : this(null) {
25  }
Deveel.Data.Client.DeveelDbException.DeveelDbException ( string  message)
inline

Definition at line 27 of file DeveelDbException.cs.

28  : this(message, null) {
29  }
Deveel.Data.Client.DeveelDbException.DeveelDbException ( string  message,
Exception  innerException 
)
inline

Definition at line 31 of file DeveelDbException.cs.

32  : base(message, innerException) {
33  }

Property Documentation

override int Deveel.Data.Client.DeveelDbException.ErrorCode
get

Definition at line 35 of file DeveelDbException.cs.


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