Method | Description | |
---|---|---|
SqliteException ( ) : System |
Various public constructors that just pass along to the base Exception
|
|
SqliteException ( int errorCode, string extendedInformation ) : System |
Public constructor for generating a Sqlite error given the base error code
|
|
SqliteException ( string message ) : System |
Various public constructors that just pass along to the base Exception
|
|
SqliteException ( string message, |
Various public constructors that just pass along to the base Exception Passed to Exception Passed to Exception
|
Method | Description | |
---|---|---|
GetStockErrorMessage ( int errorCode, string errorMessage ) : string |
Initializes the exception class with the Sqlite error code.
|
|
SqliteException ( |
public SqliteException ( int errorCode, string extendedInformation ) : System | ||
errorCode | int | The Sqlite error code to report |
extendedInformation | string | Extra text to go along with the error message text |
return | System |
public SqliteException ( string message ) : System | ||
message | string | Passed verbatim to Exception |
return | System |
public SqliteException ( string message, |
||
message | string | |
innerException | ||
return | System |