UnsupportedOSPlatformAttribute(String, String) Constructor

Initializes a new instance of the UnsupportedOSPlatformAttribute attribute class for the specified unsupported OS platform with an additional message.

Definition

Namespace: DevCase.Runtime.Attributes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public UnsupportedOSPlatformAttribute(
	string platformName,
	string message
)

Parameters

platformName  String
The unsupported OS platform name that this attribute applies to, optionally including a version (eg. "windows7.0").
message  String
Additional information about the unsupported API, for example, a message that mostly suggests a replacement for the unsupported API.

See Also