Skip to content
Open
Changes from 2 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
6 changes: 6 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,11 @@
]]></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" />.</exception>
<exception cref="T:System.ArgumentNullException">
<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