Skip to content
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
4 changes: 2 additions & 2 deletions xml/System.Data.Common/DbDataReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ private static void GetCredits(String connectionString) {

There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
<exception cref="T:System.IndexOutOfRangeException">Trying to read a column that does not exist.</exception>
<exception cref="T:System.InvalidCastException">The returned type was not one of the following types: binary, image, varbinary, or udt.</exception>
<exception cref="T:System.InvalidCastException">The specified column isn't a binary type that supports reading with a <see cref="T:System.IO.Stream" />.</exception>
</Docs>
</Member>
<Member MemberName="GetString">
Expand Down Expand Up @@ -1869,7 +1869,7 @@ private static void GetCredits(String connectionString) {

There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
<exception cref="T:System.IndexOutOfRangeException">Trying to read a column that does not exist.</exception>
<exception cref="T:System.InvalidCastException">The returned type was not one of the following types: char, nchar, ntext, nvarchar, text, or varchar.</exception>
<exception cref="T:System.InvalidCastException">The specified column isn't a text type that supports reading with a <see cref="T:System.IO.TextReader" />.</exception>
</Docs>
</Member>
<Member MemberName="GetValue">
Expand Down