Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions xml/System.Windows/Clipboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
]]></format>
</remarks>
<exception cref="T:System.Runtime.InteropServices.ExternalException">The Clipboard could not be opened. This typically occurs when the Clipboard is being used by another process.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="format" /> is <see langword="null" />.</exception>
<altmember cref="M:System.Windows.Clipboard.GetAudioStream" />
Expand Down Expand Up @@ -871,6 +872,13 @@
]]></format>
</remarks>
<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>
<exception cref="T:System.ArgumentNullException">
<paramref name="format" /> is <see langword="String.Empty" />.

-or-

<paramref name="format" /> or <paramref name="data" /> is <see langword="null" />.</exception>
<altmember cref="M:System.Windows.Clipboard.ContainsData(System.String)" />
<altmember cref="M:System.Windows.Clipboard.GetData(System.String)" />
</Docs>
Expand Down