Npgsql.NpgsqlException.this C# (CSharp) Метод

this() публичный Метод

Provide access to the entire list of errors provided by the PostgreSQL backend.
public this ( Int32 Index ) : Npgsql.NpgsqlError
Index System.Int32
Результат Npgsql.NpgsqlError
        public NpgsqlError this[Int32 Index]
        {
            get { return (NpgsqlError) errors[Index]; }
        }