20 references to PlatformNotSupportedException
mscorlib (15)
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"));
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);