Click or drag to resize
SQLiteExceptionToString Method
Creates and returns a string representation of the current exception.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public override string ToString()

Return Value

Type: String
A string representation of the current exception.

Implements

_ExceptionToString
See Also