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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -871,6 +871,11 @@
871
871
872
872
]]></format>
873
873
</remarks>
874
+
<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>
875
+
<exceptioncref="T:System.ArgumentNullException">
876
+
<paramrefname="format" /> is <seelangword="String.Empty" />.</exception>
877
+
<exceptioncref="T:System.ArgumentNullException">
878
+
<paramrefname="format" /> or <paramrefname="data" /> is <seelangword="null" />.</exception>
0 commit comments