Click or drag to resize

SQLiteException Constructor

Initializes a new instance of the SQLiteException class

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected SQLiteException(
	SQLite3Result r,
	string message
)

Parameters

r
Type: Unvired.Kernel.SQLiteSQLite3Result
message
Type: SystemString
See Also