SQLiteExceptionNew Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SQLiteException New(
SQLite3Result r,
string message
)
Public Shared Function New (
r As SQLite3Result,
message As String
) As SQLiteException
public:
static SQLiteException^ New(
SQLite3Result r,
String^ message
)
static member New :
r : SQLite3Result *
message : string -> SQLiteException
Parameters
- r
- Type: Unvired.Kernel.SQLiteSQLite3Result
- message
- Type: SystemString
Return Value
Type:
SQLiteException
See Also