Skip to content

Commit 10f1f82

Browse files
committed
Merge branch 'master' into linq-to-xml
2 parents f64b6ac + eecfc64 commit 10f1f82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

includes/core-changes/windowsforms/5.0/invalid-args-cause-argumentexception.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ The following table lists the affected methods and parameters:
1313
| Method | Parameter name | Condition | Version added |
1414
|-|-|-|
1515
| <xref:System.Windows.Forms.TabControl.GetToolTipText(System.Object)?displayProperty=fullName> | `item` | Argument is not of type <xref:System.Windows.Forms.TabPage>. | 5.0 Preview 1 |
16+
| <xref:System.Windows.Forms.DataFormats.GetFormat(System.String)?displayProperty=fullName> | `format` | Argument is `null`, <xref:System.String.Empty?displayProperty=nameWithType>, or white space. | 5.0 Preview 5 |
1617

1718
#### Version introduced
1819

19-
.NET 5.0 Preview 1
20+
.NET 5.0
2021

2122
#### Recommended action
2223

@@ -30,11 +31,13 @@ Windows Forms
3031
#### Affected APIs
3132

3233
- <xref:System.Windows.Forms.TabControl.GetToolTipText(System.Object)?displayProperty=fullName>
34+
- <xref:System.Windows.Forms.DataFormats.GetFormat(System.String)?displayProperty=fullName>
3335

3436
<!--
3537
3638
#### Affected APIs
3739
3840
- `M:System.Windows.Forms.TabControl.GetToolTipText(System.Object)`
41+
- `M:System.Windows.Forms.DataFormats.GetFormat(System.String)`
3942
4043
-->

0 commit comments

Comments
 (0)