Skip to content

Commit 1ac3f3d

Browse files
authored
Add ArgumentException (#4353)
* Add ArgumentException
1 parent d87545a commit 1ac3f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Windows.Forms/DataFormats.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@
463463
464464
]]></format>
465465
</remarks>
466+
<exception cref="T:System.ArgumentException">.NET 5.0 and later only: <paramref name="format" /> is <see langword="null" />, <see cref="T:System.String.Empty" />, or white space.</exception>
466467
<exception cref="T:System.ComponentModel.Win32Exception">Registering a new <see cref="T:System.Windows.Forms.Clipboard" /> format failed.</exception>
467468
<altmember cref="T:System.Windows.Forms.DataFormats.Format" />
468469
</Docs>

0 commit comments

Comments
 (0)