Mark some APIs throwing PNSE from runtime as unsupported on Browser (#42310)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Tue, 22 Sep 2020 15:27:27 +0000 (18:27 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 15:27:27 +0000 (11:27 -0400)
commita5faa95e499d3d790739be71e5879a34c220e397
tree6636d5d9ec6e75ce396bfb062c451f391250cb21
parentb82b1a144fe977cfb009c76ff9acc30877f73970
Mark some APIs throwing PNSE from runtime as unsupported on Browser (#42310)

* Mark some APIs throwing PNSE from runtime as unsupported on Browser

* Annotate APIs in coreclr part
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs
src/libraries/System.Threading.Thread/ref/System.Threading.Thread.cs
src/libraries/System.Threading/ref/System.Threading.cs
src/mono/netcore/System.Private.CoreLib/src/System/Threading/Monitor.cs
src/mono/netcore/System.Private.CoreLib/src/System/Threading/Thread.Mono.cs