SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.SQLite.Net.NotNullConstraintViolationException Class Reference
Inheritance diagram for Assets.SQLINQ.SQLite.Net.NotNullConstraintViolationException:
Assets.SQLINQ.SQLite.Net.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 Assets.SQLINQ.SQLite.Net.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 Assets.SQLINQ.SQLite.Net.SQLiteException
 SQLiteException (SQLite3.Result r, string message)
 

Properties

IEnumerable< TableMapping.ColumnColumns [get, protected set]
 
- Properties inherited from Assets.SQLINQ.SQLite.Net.SQLiteException
SQLite3.Result Result [get]