Skip to content

Commit f1aca99

Browse files
authored
add missed Exceptions for SetData
1 parent 0b39a8f commit f1aca99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xml/System.Windows/Clipboard.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,11 @@
871871
872872
]]></format>
873873
</remarks>
874+
<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>
875+
<exception cref="T:System.ArgumentNullException">
876+
<paramref name="format" /> is <see langword="String.Empty" />.</exception>
877+
<exception cref="T:System.ArgumentNullException">
878+
<paramref name="format" /> or <paramref name="data" /> is <see langword="null" />.</exception>
874879
<altmember cref="M:System.Windows.Clipboard.ContainsData(System.String)" />
875880
<altmember cref="M:System.Windows.Clipboard.GetData(System.String)" />
876881
</Docs>

0 commit comments

Comments
 (0)