Click or drag to resize
SQLiteExceptionErrorCode Property
Gets the SQLite error code associated with the exception.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public ErrorCode ErrorCode { get; }

Property Value

Type: ErrorCode
See Also