You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows/Clipboard.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -875,7 +875,9 @@
875
875
<exceptioncref="T:System.Runtime.InteropServices.ExternalException">The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process.</exception>
876
876
<exceptioncref="T:System.ArgumentNullException">
877
877
<paramrefname="format" /> is <seelangword="String.Empty" />.</exception>
878
-
<exceptioncref="T:System.ArgumentNullException">
878
+
879
+
-or-
880
+
879
881
<paramrefname="format" /> or <paramrefname="data" /> is <seelangword="null" />.</exception>
0 commit comments