Npgsql.NpgsqlException.this C# (CSharp) Method

this() public method

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