Skip to content

Added exception information for InsertAt #1225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xml/System.Data/DataRowCollection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@
<param name="row">The <see cref="T:System.Data.DataRow" /> to add.</param>
<param name="pos">The (zero-based) location in the collection where you want to add the <see langword="DataRow" />.</param>
<summary>Inserts a new row into the collection at the specified location.</summary>
<exception cref="T:System.IndexOutOfRangeException">The <paramref name="pos" /> is less than 0.</exception>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -908,4 +909,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>