A .NET wrapper to the SQLite database

SQLiteException Constructor (String)

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

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

Parameters

message
The error message

See Also

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