Npgsql API Docs

NpgsqlError Class

This class represents the ErrorResponse and NoticeResponse message sent from PostgreSQL server.

For a list of all members of this type, see NpgsqlError Members.

System.Object
   Npgsql.NpgsqlError

[Visual Basic]
NotInheritable Public Class NpgsqlError
[C#]
public sealed class NpgsqlError

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:Npgsql.NpgsqlError

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlError Members | Npgsql Namespace