Header menu logo BioFSharp.Mz

SqlErrorCode Type

Union cases

Union case Description

DBGeneric(string, int)

Full Usage: DBGeneric(string, int)

Parameters:
    Item1 : string
    Item2 : int

Item1 : string
Item2 : int

DbAccessDenied

Full Usage: DbAccessDenied

DbDataBaseNotFound

Full Usage: DbDataBaseNotFound

DbInternalLogicError

Full Usage: DbInternalLogicError

Unknown Exception

Full Usage: Unknown Exception

Parameters:
Item : Exception

UnknownSqlException SQLiteException

Full Usage: UnknownSqlException SQLiteException

Parameters:
Item : SQLiteException

Instance members

Instance member Description

this.IsDBGeneric

Full Usage: this.IsDBGeneric

Returns: bool
Returns: bool

this.IsDbAccessDenied

Full Usage: this.IsDbAccessDenied

Returns: bool
Returns: bool

this.IsDbDataBaseNotFound

Full Usage: this.IsDbDataBaseNotFound

Returns: bool
Returns: bool

this.IsDbInternalLogicError

Full Usage: this.IsDbInternalLogicError

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

this.IsUnknownSqlException

Full Usage: this.IsUnknownSqlException

Returns: bool
Returns: bool

Type something to start searching.