Rebornbuddy
Loading...
Searching...
No Matches
SQLite.NotNullConstraintViolationException Class Reference
Inheritance diagram for SQLite.NotNullConstraintViolationException:
SQLite.SQLiteException

Static Public Member Functions

static new NotNullConstraintViolationException New (SQLite3.Result r, string message)
static NotNullConstraintViolationException New (SQLite3.Result r, string message, TableMapping mapping, object obj)
static NotNullConstraintViolationException New (SQLiteException exception, TableMapping mapping, object obj)
Static Public Member Functions inherited from SQLite.SQLiteException
static SQLiteException New (SQLite3.Result r, string message)

Protected Member Functions

 NotNullConstraintViolationException (SQLite3.Result r, string message)
 NotNullConstraintViolationException (SQLite3.Result r, string message, TableMapping mapping, object obj)
Protected Member Functions inherited from SQLite.SQLiteException
 SQLiteException (SQLite3.Result r, string message)

Properties

IEnumerable< TableMapping.Column > Columns [get, protected set]
Properties inherited from SQLite.SQLiteException
SQLite3.Result Result [get]

Constructor & Destructor Documentation

◆ NotNullConstraintViolationException() [1/2]

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

◆ NotNullConstraintViolationException() [2/2]

SQLite.NotNullConstraintViolationException.NotNullConstraintViolationException ( SQLite3.Result r,
string message,
TableMapping mapping,
object obj )
protected

Member Function Documentation

◆ New() [1/3]

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

◆ New() [2/3]

NotNullConstraintViolationException SQLite.NotNullConstraintViolationException.New ( SQLite3.Result r,
string message,
TableMapping mapping,
object obj )
static

◆ New() [3/3]

NotNullConstraintViolationException SQLite.NotNullConstraintViolationException.New ( SQLiteException exception,
TableMapping mapping,
object obj )
static

Property Documentation

◆ Columns

IEnumerable<TableMapping.Column> SQLite.NotNullConstraintViolationException.Columns
getprotected set