UnsupportedOSPlatformAttribute sealed class UnsupportedOSPlatformAttribute : OSPlatformAttribute Marks APIs that were removed in a given operating system version. Documentation Code public string Message { get; } public UnsupportedOSPlatformAttribute(string platformName) public UnsupportedOSPlatformAttribute(string platformName, string message)