Npgsql.NpgsqlException.this C# (CSharp) Méthode

this() public méthode

Provide access to the entire list of errors provided by the PostgreSQL backend.
public this ( Int32 Index ) : Npgsql.NpgsqlError
Index System.Int32
Résultat Npgsql.NpgsqlError
        public NpgsqlError this[Int32 Index]
        {
            get { return (NpgsqlError) errors[Index]; }
        }