20 references to PlatformNotSupportedException
mscorlib (15)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (3)
1302
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1321
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1331
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
system\security\principal\sid.cs (1)
484
throw new
PlatformNotSupportedException
( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
system\security\principal\win32.cs (4)
261
throw new
PlatformNotSupportedException
( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
295
throw new
PlatformNotSupportedException
( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
374
throw new
PlatformNotSupportedException
( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
415
throw new
PlatformNotSupportedException
( Environment.GetResourceString( "PlatformNotSupported_RequiresW2kSP3" ));
system\stubhelpers.cs (7)
550
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
571
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
591
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1411
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1455
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1500
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
1516
throw new
PlatformNotSupportedException
(Environment.GetResourceString("PlatformNotSupported_WinRT"));
System.Web.ApplicationServices (5)
Security\DefaultMembershipAdapter.cs (5)
15
get { throw new
PlatformNotSupportedException
(ApplicationServicesStrings.Platform_not_supported); }
19
get { throw new
PlatformNotSupportedException
(ApplicationServicesStrings.Platform_not_supported); }
23
get { throw new
PlatformNotSupportedException
(ApplicationServicesStrings.Platform_not_supported); }
27
get { throw new
PlatformNotSupportedException
(ApplicationServicesStrings.Platform_not_supported); }
31
throw new
PlatformNotSupportedException
(ApplicationServicesStrings.Platform_not_supported);