SqliteException constructor
SqliteException(])
Implementation
SqliteException(
this.extendedResultCode,
this.message,
// todo: migrate to named parameters in next breaking release
[
this.explanation,
this.causingStatement,
this.parametersToStatement,
this.operation,
]);