36 references to PlatformNotSupportedException
mscorlib (2)
system\environment.cs (2)
910throw new PlatformNotSupportedException(); 1526throw new PlatformNotSupportedException();
PresentationFramework (4)
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();
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();