System.PlatformNotSupportedException Class

The exception that is thrown when a feature does not run on a particular platform.

See Also: PlatformNotSupportedException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class PlatformNotSupportedException : NotSupportedException

Remarks

PlatformNotSupportedException uses the HRESULT COR_E_PLATFORMNOTSUPPORTED, which has the value 0x80131539.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0