Skip to content

Commit 816188a

Browse files
trivalikgewarren
andauthored
remove duplicate ArgumentNullException
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 55ec2ad commit 816188a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Windows/Clipboard.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,9 @@
875875
<exception cref="T:System.Runtime.InteropServices.ExternalException">The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process.</exception>
876876
<exception cref="T:System.ArgumentNullException">
877877
<paramref name="format" /> is <see langword="String.Empty" />.</exception>
878-
<exception cref="T:System.ArgumentNullException">
878+
879+
-or-
880+
879881
<paramref name="format" /> or <paramref name="data" /> is <see langword="null" />.</exception>
880882
<altmember cref="M:System.Windows.Clipboard.ContainsData(System.String)" />
881883
<altmember cref="M:System.Windows.Clipboard.GetData(System.String)" />

0 commit comments

Comments
 (0)