SQLiteException Constructor |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected SQLiteException(
SQLite3Result r,
string message
)
Protected Sub New (
r As SQLite3Result,
message As String
)
protected:
SQLiteException(
SQLite3Result r,
String^ message
)
new :
r : SQLite3Result *
message : string -> SQLiteExceptionParameters
- r
- Type: Unvired.Kernel.SQLiteSQLite3Result
- message
- Type: SystemString
See Also