3 references to PlatformNotSupportedException
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
48throw new PlatformNotSupportedException(string.Empty, ex);
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
187throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_CurveNotSupported, curveName), e);
System\Security\Cryptography\CngAlgorithmCore.cs (1)
127throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_CurveNotSupported, curve.Value.Oid.FriendlyName), e);