Npgsql Api Docs

NpgsqlException.Item Property

Provide access to the entire list of errors provided by the PostgreSQL backend.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal Index As Integer _
) As NpgsqlError
[C#]
public NpgsqlError this[
   int Index
] {get;}

See Also

NpgsqlException Class | Npgsql Namespace