|
751 | 751 |
|
752 | 752 | ]]></format>
|
753 | 753 | </remarks>
|
754 |
| - <exception cref="T:System.ArgumentNullException"> |
755 |
| - <paramref name="tabPageName" /> is <see langword="null" />. |
| 754 | + <exception cref="T:System.ArgumentNullException">The <paramref name="tabPageName" /> argument is <see langword="null" />. |
756 | 755 |
|
757 | 756 | -or-
|
758 | 757 |
|
759 |
| - <paramref name="tabPageName" /> does not match the <see cref="P:System.Windows.Forms.Control.Name" /> property of any <see cref="T:System.Windows.Forms.TabPage" /> in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception> |
| 758 | + The <paramref name="tabPageName" /> argument does not match the <see cref="P:System.Windows.Forms.Control.Name" /> property of any <see cref="T:System.Windows.Forms.TabPage" /> in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception> |
760 | 759 | <altmember cref="T:System.Windows.Forms.TabPage" />
|
761 | 760 | <altmember cref="Overload:System.Windows.Forms.TabControl.SelectTab" />
|
762 | 761 | <altmember cref="P:System.Windows.Forms.TabControl.SelectedIndex" />
|
|
804 | 803 | -or-
|
805 | 804 |
|
806 | 805 | <paramref name="tabPage" /> is not in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception>
|
807 |
| - <exception cref="T:System.ArgumentNullException"> |
808 |
| - <paramref name="tabPage" /> is <see langword="null" />.</exception> |
| 806 | + <exception cref="T:System.ArgumentNullException">The <paramref name="tabPage" /> argument is <see langword="null" />.</exception> |
809 | 807 | <altmember cref="T:System.Windows.Forms.TabPage" />
|
810 | 808 | <altmember cref="Overload:System.Windows.Forms.TabControl.SelectTab" />
|
811 | 809 | <altmember cref="P:System.Windows.Forms.TabControl.SelectedIndex" />
|
|
1248 | 1246 | <summary>Gets the ToolTip for the specified <see cref="T:System.Windows.Forms.TabPage" />.</summary>
|
1249 | 1247 | <returns>The ToolTip text.</returns>
|
1250 | 1248 | <remarks>To be added.</remarks>
|
| 1249 | + <exception cref="T:System.ArgumentNullException">.NET 5.0 and later: The <paramref name="item" /> argument is <see langword="null" />.</exception> |
| 1250 | + <exception cref="T:System.ArgumentException">.NET 5.0 and later: The <paramref name="item" /> argument is not of type <see cref="T:System.Windows.Forms.TabPage" />.</exception> |
1251 | 1251 | </Docs>
|
1252 | 1252 | </Member>
|
1253 | 1253 | <Member MemberName="HotTrack">
|
|
2715 | 2715 |
|
2716 | 2716 | ]]></format>
|
2717 | 2717 | </remarks>
|
2718 |
| - <exception cref="T:System.ArgumentNullException"> |
2719 |
| - <paramref name="tabPageName" /> is <see langword="null" />. |
| 2718 | + <exception cref="T:System.ArgumentNullException">The <paramref name="tabPageName" /> argument is <see langword="null" />. |
2720 | 2719 |
|
2721 | 2720 | -or-
|
2722 | 2721 |
|
2723 |
| - <paramref name="tabPageName" /> does not match the <see cref="P:System.Windows.Forms.Control.Name" /> property of any <see cref="T:System.Windows.Forms.TabPage" /> in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception> |
| 2722 | + The <paramref name="tabPageName" /> argument does not match the <see cref="P:System.Windows.Forms.Control.Name" /> property of any <see cref="T:System.Windows.Forms.TabPage" /> in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception> |
2724 | 2723 | <altmember cref="T:System.Windows.Forms.TabPage" />
|
2725 | 2724 | <altmember cref="Overload:System.Windows.Forms.TabControl.DeselectTab" />
|
2726 | 2725 | <altmember cref="P:System.Windows.Forms.TabControl.SelectedIndex" />
|
|
2768 | 2767 | -or-
|
2769 | 2768 |
|
2770 | 2769 | <paramref name="tabPage" /> is not in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</exception>
|
2771 |
| - <exception cref="T:System.ArgumentNullException"> |
2772 |
| - <paramref name="tabPage" /> is <see langword="null" />.</exception> |
| 2770 | + <exception cref="T:System.ArgumentNullException">The <paramref name="tabPage" /> argument is <see langword="null" />.</exception> |
2773 | 2771 | <altmember cref="Overload:System.Windows.Forms.TabControl.DeselectTab" />
|
2774 | 2772 | <altmember cref="T:System.Windows.Forms.TabPage" />
|
2775 | 2773 | <altmember cref="P:System.Windows.Forms.TabControl.SelectedIndex" />
|
|
0 commit comments