SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Static Public Member Functions | Protected Member Functions | Properties | List of all members
SQLite.SQLiteException Class Reference

Exception, error results More...

Inheritance diagram for SQLite.SQLiteException:
SQLite.NotNullConstraintViolationException

Static Public Member Functions

static SQLiteException New (SQLite3.Result r, string message)
 Constructor More...
 

Protected Member Functions

 SQLiteException (SQLite3.Result r, string message)
 Constructor More...
 

Properties

SQLite3.Result Result [get]
 the result of the expection More...
 

Detailed Description

Exception, error results

Constructor & Destructor Documentation

◆ SQLiteException()

SQLite.SQLiteException.SQLiteException ( SQLite3.Result  r,
string  message 
)
protected

Constructor

Parameters
rthe result
message
Returns

Member Function Documentation

◆ New()

static SQLiteException SQLite.SQLiteException.New ( SQLite3.Result  r,
string  message 
)
static

Constructor

Parameters
rthe result
message
Returns

Property Documentation

◆ Result

SQLite3.Result SQLite.SQLiteException.Result
get

the result of the expection


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