36 references to PlatformNotSupportedException
mscorlib (2)
system\environment.cs (2)
910
throw new
PlatformNotSupportedException
();
1526
throw new
PlatformNotSupportedException
();
PresentationFramework (4)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
44
if (s_WinRTType == null) throw new
PlatformNotSupportedException
();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
33
if (s_WinRTType == null) throw new
PlatformNotSupportedException
();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
43
if (s_WinRTType == null) throw new
PlatformNotSupportedException
();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
70
throw new
PlatformNotSupportedException
();
System (2)
net\System\Net\HttpListener.cs (1)
368
throw new
PlatformNotSupportedException
();
net\System\Net\UnsafeNativeMethods.cs (1)
1695
throw new
PlatformNotSupportedException
();
System.Core (16)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (16)
69
throw new System.
PlatformNotSupportedException
();
102
throw new System.
PlatformNotSupportedException
();
166
throw new System.
PlatformNotSupportedException
();
218
throw new System.
PlatformNotSupportedException
();
230
throw new System.
PlatformNotSupportedException
();
242
throw new System.
PlatformNotSupportedException
();
264
throw new System.
PlatformNotSupportedException
();
282
throw new System.
PlatformNotSupportedException
();
301
throw new System.
PlatformNotSupportedException
();
320
throw new System.
PlatformNotSupportedException
();
337
throw new System.
PlatformNotSupportedException
();
353
throw new System.
PlatformNotSupportedException
();
376
throw new System.
PlatformNotSupportedException
();
388
throw new System.
PlatformNotSupportedException
();
528
throw new System.
PlatformNotSupportedException
();
1102
throw new System.
PlatformNotSupportedException
();
System.Net (3)
net\HttpPolicyDownloaderProtocol.cs (1)
44
public SocketPolicy Result { get { throw new
PlatformNotSupportedException
(); } }
net\INetworkProgress.cs (2)
42
public int ProcessedBytes { get { throw new
PlatformNotSupportedException
(); } }
47
public int TotalBytes { get { throw new
PlatformNotSupportedException
(); } }
System.Web (9)
Hosting\IIS7WorkerRequest.cs (2)
1139
throw new
PlatformNotSupportedException
();
2575
throw new
PlatformNotSupportedException
();
Hosting\ISAPIWorkerRequest.cs (1)
2023
throw new
PlatformNotSupportedException
();
HttpHeaderCollection.cs (3)
73
throw new
PlatformNotSupportedException
();
93
throw new
PlatformNotSupportedException
();
177
throw new
PlatformNotSupportedException
();
HttpRequest.cs (1)
3159
throw new
PlatformNotSupportedException
();
HttpServerVarsCollection.cs (2)
218
throw new
PlatformNotSupportedException
();
305
throw new
PlatformNotSupportedException
();