Class SQLiteException
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Assembly: solution.dll
Syntax
public class SQLiteException : Exception
Constructors
SQLiteException(Result, string)
Declaration
protected SQLiteException(SQLite3.Result r, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| SQLite3.Result | r | |
| string | message |
Properties
Result
Declaration
public SQLite3.Result Result { get; }
Property Value
| Type | Description |
|---|---|
| SQLite3.Result |
Methods
New(Result, string)
Declaration
public static SQLiteException New(SQLite3.Result r, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| SQLite3.Result | r | |
| string | message |
Returns
| Type | Description |
|---|---|
| SQLiteException |