Npgsql API Documentation

NpgsqlException.Errors Property

[This is preliminary documentation and subject to change.]

Returns the entire list of errors provided by the PostgreSQL backend.

[Visual Basic]
Public ReadOnly Property Errors As IList
[C#]
public System.Collections.IList Errors {get;}

See Also

NpgsqlException Class | Npgsql Namespace