Click or drag to resize

SQLiteExceptionNew Method

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

Parameters

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

Return Value

Type: SQLiteException
See Also