From f1aca99f21ac5a9d2b034ebf5d1b85d7b1a40f5b Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:27:07 +0100 Subject: [PATCH 1/5] add missed Exceptions for SetData --- xml/System.Windows/Clipboard.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xml/System.Windows/Clipboard.xml b/xml/System.Windows/Clipboard.xml index fc65069e451..629cd0d5482 100644 --- a/xml/System.Windows/Clipboard.xml +++ b/xml/System.Windows/Clipboard.xml @@ -871,6 +871,11 @@ ]]> + The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process. + + is . + + or is . From 55ec2ad92d8fb6e10ee4c1748a803a909df95f0c Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:14:41 +0100 Subject: [PATCH 2/5] add GetData --- xml/System.Windows/Clipboard.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/System.Windows/Clipboard.xml b/xml/System.Windows/Clipboard.xml index 629cd0d5482..bd0ac48de97 100644 --- a/xml/System.Windows/Clipboard.xml +++ b/xml/System.Windows/Clipboard.xml @@ -464,6 +464,7 @@ ]]> + The Clipboard could not be opened. This typically occurs when the Clipboard is being used by another process. is . From 816188a9ed3b52e17de16a6ebb3824aa027cdf75 Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:42:50 +0100 Subject: [PATCH 3/5] remove duplicate ArgumentNullException Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System.Windows/Clipboard.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/System.Windows/Clipboard.xml b/xml/System.Windows/Clipboard.xml index bd0ac48de97..e73b3d9cce7 100644 --- a/xml/System.Windows/Clipboard.xml +++ b/xml/System.Windows/Clipboard.xml @@ -875,7 +875,9 @@ The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process. is . - + +-or- + or is . From 795de878907064db065f88046350f2864247aa82 Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:44:40 +0100 Subject: [PATCH 4/5] remove duplicate exception close tag Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System.Windows/Clipboard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows/Clipboard.xml b/xml/System.Windows/Clipboard.xml index e73b3d9cce7..5b8f18a4369 100644 --- a/xml/System.Windows/Clipboard.xml +++ b/xml/System.Windows/Clipboard.xml @@ -874,7 +874,7 @@ The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process. - is . + is . -or- From e99cfc1276266db188d33fa69b76ede742bbdf74 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:18:32 -0700 Subject: [PATCH 5/5] Remove indentation that might cause a code block --- xml/System.Windows/Clipboard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows/Clipboard.xml b/xml/System.Windows/Clipboard.xml index 5b8f18a4369..90e30bb46ae 100644 --- a/xml/System.Windows/Clipboard.xml +++ b/xml/System.Windows/Clipboard.xml @@ -878,7 +878,7 @@ -or- - or is . + or is .