A .NET wrapper to the SQLite database

SQLiteException Constructor (String, ResultCode)

Instanciates a new copy of the SQLiteException class with the given error message and errorcode

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal code As ResultCode _
)
[C#]
public SQLiteException(
   string message,
   ResultCode code
);

Parameters

message
The error message
code
The errorcode (see ResultCode)

See Also

SQLiteException Class | SQLite.NET Namespace | SQLiteException Constructor Overload List