Method | Description | |
---|---|---|
GetObjectData ( |
Get object data.
|
|
ToString ( ) : String |
Format a .NET style exception string. Include all errors in the list, including any hints.
|
|
this ( |
Provide access to the entire list of errors provided by the PostgreSQL backend.
|
Method | Description | |
---|---|---|
AppendString ( |
Append a line to the given Stream, first checking for zero-length.
|
|
NpgsqlException ( IList |
Construct a backend error exception based on a list of one or more backend errors. The basic Exception.Message will be built from the first (usually the only) error in the list.
|
|
NpgsqlException ( |
||
NpgsqlException ( String message ) : System | ||
NpgsqlException ( String message, |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public this ( |
||
Index | ||
return | Npgsql.NpgsqlError |