57 instantiations of PlatformNotSupportedException
mscorlib (17)
system\environment.cs (2)
910throw new PlatformNotSupportedException(); 1526throw new PlatformNotSupportedException();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (3)
1302throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1321throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1331throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT"));
system\security\principal\sid.cs (1)
484throw new PlatformNotSupportedException( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
system\security\principal\win32.cs (4)
261throw new PlatformNotSupportedException( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" )); 295throw new PlatformNotSupportedException( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" )); 374throw new PlatformNotSupportedException( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" )); 415throw new PlatformNotSupportedException( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
system\stubhelpers.cs (7)
550throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 571throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 591throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1411throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1455throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1500throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT")); 1516throw new PlatformNotSupportedException(Environment.GetResourceString("PlatformNotSupported_WinRT"));
PresentationFramework (5)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
44if (s_WinRTType == null) throw new PlatformNotSupportedException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
33if (s_WinRTType == null) throw new PlatformNotSupportedException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
43if (s_WinRTType == null) throw new PlatformNotSupportedException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
70throw new PlatformNotSupportedException();
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
75throw new PlatformNotSupportedException(string.Empty, ex);
System (2)
net\System\Net\HttpListener.cs (1)
368throw new PlatformNotSupportedException();
net\System\Net\UnsafeNativeMethods.cs (1)
1695throw new PlatformNotSupportedException();
System.Core (16)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (16)
69throw new System.PlatformNotSupportedException(); 102throw new System.PlatformNotSupportedException(); 166throw new System.PlatformNotSupportedException(); 218throw new System.PlatformNotSupportedException(); 230throw new System.PlatformNotSupportedException(); 242throw new System.PlatformNotSupportedException(); 264throw new System.PlatformNotSupportedException(); 282throw new System.PlatformNotSupportedException(); 301throw new System.PlatformNotSupportedException(); 320throw new System.PlatformNotSupportedException(); 337throw new System.PlatformNotSupportedException(); 353throw new System.PlatformNotSupportedException(); 376throw new System.PlatformNotSupportedException(); 388throw new System.PlatformNotSupportedException(); 528throw new System.PlatformNotSupportedException(); 1102throw new System.PlatformNotSupportedException();
System.Net (3)
net\HttpPolicyDownloaderProtocol.cs (1)
44public SocketPolicy Result { get { throw new PlatformNotSupportedException(); } }
net\INetworkProgress.cs (2)
42public int ProcessedBytes { get { throw new PlatformNotSupportedException(); } } 47public int TotalBytes { get { throw new PlatformNotSupportedException(); } }
System.Web (9)
Hosting\IIS7WorkerRequest.cs (2)
1139throw new PlatformNotSupportedException(); 2575throw new PlatformNotSupportedException();
Hosting\ISAPIWorkerRequest.cs (1)
2023throw new PlatformNotSupportedException();
HttpHeaderCollection.cs (3)
73throw new PlatformNotSupportedException(); 93throw new PlatformNotSupportedException(); 177throw new PlatformNotSupportedException();
HttpRequest.cs (1)
3159throw new PlatformNotSupportedException();
HttpServerVarsCollection.cs (2)
218throw new PlatformNotSupportedException(); 305throw new PlatformNotSupportedException();
System.Web.ApplicationServices (5)
Security\DefaultMembershipAdapter.cs (5)
15get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 19get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 23get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 27get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 31throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported);
20 references to PlatformNotSupportedException
mscorlib (1)
system\security\cryptography\hmac.cs (1)
196catch (PlatformNotSupportedException e) {
PresentationFramework (6)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (2)
65/// <exception cref="PlatformNotSupportedException"></exception> 94/// <exception cref="PlatformNotSupportedException">The OS platform is not supported</exception>
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
110catch (PlatformNotSupportedException)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (3)
42/// <exception cref="PlatformNotSupportedException"> 92catch (Exception ex) when (ex is ArgumentException || ex is NotSupportedException || ex is PlatformNotSupportedException) 97if ((ex is PlatformNotSupportedException) || (ex is NotSupportedException))
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2409catch(PlatformNotSupportedException) {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignerPerfEventProvider.cs (1)
22catch (PlatformNotSupportedException)
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
625/// <exception cref="PlatformNotSupportedException"> 638/// <exception cref="PlatformNotSupportedException">
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
143/// <exception cref="PlatformNotSupportedException">
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerPerfEventProvider.cs (1)
22catch (PlatformNotSupportedException)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
245static internal PlatformNotSupportedException PropertyNotSupported(string property) { 246PlatformNotSupportedException e = new PlatformNotSupportedException(Res.GetString(Res.ADP_PropertyNotSupported, property));
System.Data.Entity (1)
System\Data\Common\Utils\MetadataHelper.cs (1)
864catch (PlatformNotSupportedException)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
294catch (PlatformNotSupportedException)
System.Web (2)
HttpResponse.cs (1)
3015catch (PlatformNotSupportedException e) {
Security\ADMembershipProvider.cs (1)
4027catch (PlatformNotSupportedException)
XamlBuildTask (1)
Microsoft\VisualStudio\Activities\VSDesignerPerfEventProvider.cs (1)
22catch (PlatformNotSupportedException)