SqliteException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a SQLite error.
public class SqliteException : System.Data.Common.DbException
type SqliteException = class
inherit DbException
Public Class SqliteException
Inherits DbException
- Inheritance
-
SqliteException
Constructors
SqliteException(String, Int32, Int32) |
Initializes a new instance of the SqliteException class. |
SqliteException(String, Int32) |
Initializes a new instance of the SqliteException class. |
Properties
SqliteErrorCode |
Gets the SQLite error code. |
SqliteExtendedErrorCode |
Gets the extended SQLite error code. |
Methods
ThrowExceptionForRC(Int32, sqlite3) |
Throws an exception with a specific SQLite error code value. |