ToString Method (PgSqlError)
Returns string representation of the
PgSqlError object.
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
Return Value
The string representation of the
PgSqlError object, which consists of
Severity,
ErrorCode (if present), and
Message.