Npgsql API Documentation

NpgsqlError Members

[This is preliminary documentation and subject to change.]

NpgsqlError overview

Public Instance Properties

Code Error code. PostgreSQL 7.4 and up.
Detail Detailed error message. PostgreSQL 7.4 and up.
File Source file (in backend) reporting the error. PostgreSQL 7.4 and up.
Hint Suggestion to help resolve the error. PostgreSQL 7.4 and up.
Line Source file line number (in backend) reporting the error. PostgreSQL 7.4 and up.
Message Terse error message. All versions.
Position Position (one based) within the query string where the error was encounterd. PostgreSQL 7.4 and up.
Routine Source routine (in backend) reporting the error. PostgreSQL 7.4 and up.
Severity Severity code. All versions.
Where Trace back information. PostgreSQL 7.4 and up.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Return a string representation of this error object.

See Also

NpgsqlError Class | Npgsql Namespace