Class SQLiteException
Inheritance
SQLiteException
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class SQLiteException : Exception, _Exception, ISerializable
Constructors
SQLiteException(Result, string)
Declaration
protected SQLiteException(SQLite3.Result r, string message)
Parameters
Properties
Result
Declaration
public SQLite3.Result Result { get; }
Property Value
Methods
New(Result, string)
Declaration
public static SQLiteException New(SQLite3.Result r, string message)
Parameters
Returns
Implements
Extension Methods