Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SqliteException Class
Definition
- Namespace:
- Microsoft.Data.Sqlite
- Assembly:
- Microsoft.Data.Sqlite.dll
- Package:
- Microsoft.Data.Sqlite v1.0.1
- Package:
- Microsoft.Data.Sqlite v1.1.1
- Package:
- Microsoft.Data.Sqlite.Core v10.0.0
- Package:
- Microsoft.Data.Sqlite.Core v2.0.1
- Package:
- Microsoft.Data.Sqlite.Core v2.1.11
- Package:
- Microsoft.Data.Sqlite.Core v2.2.6
- Package:
- Microsoft.Data.Sqlite.Core v3.0.0
- Package:
- Microsoft.Data.Sqlite.Core v3.1.0
- Package:
- Microsoft.Data.Sqlite.Core v5.0.0
- Package:
- Microsoft.Data.Sqlite.Core v6.0.0
- Package:
- Microsoft.Data.Sqlite.Core v7.0.0
- Package:
- Microsoft.Data.Sqlite.Core v8.0.0
- Package:
- Microsoft.Data.Sqlite.Core v9.0.0
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
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
| Name | Description |
|---|---|
| SqliteException(String, Int32, Int32) |
Initializes a new instance of the SqliteException class. |
| SqliteException(String, Int32) |
Initializes a new instance of the SqliteException class. |
Properties
| Name | Description |
|---|---|
| SqliteErrorCode |
Gets the SQLite error code. |
| SqliteExtendedErrorCode |
Gets the extended SQLite error code. |
Methods
| Name | Description |
|---|---|
| ThrowExceptionForRC(Int32, sqlite3) |
Throws an exception with a specific SQLite error code value. |
Applies to
Feedback
Was this page helpful?
