Class SQLiteException
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
public class SQLiteException : Exception, ISerializable, _Exception
Constructors
SQLiteException(SQLite3.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(SQLite3.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 |