WebApplications.Testing.Data.SqlErrorCollectionPrototype.this C# (CSharp) Method

this() public method

Gets the error at the specified index.
Index parameter is outside array bounds.
public this ( int index ) : SqlError
index int The zero-based index of the error to retrieve.
return System.Data.SqlClient.SqlError
        public SqlError this[int index]
        {
            get { return SqlErrorCollection[index]; }
        }