UnsupportedOSPlatformAttribute(String, String) Constructor
Initializes a new instance of the
UnsupportedOSPlatformAttribute attribute class
for the specified unsupported OS platform with an additional message.
Namespace: DevCase.Runtime.AttributesAssembly: 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
)
Public Sub New (
platformName As String,
message As String
)
Dim platformName As String
Dim message As String
Dim instance As New UnsupportedOSPlatformAttribute(platformName,
message)
public:
UnsupportedOSPlatformAttribute(
String^ platformName,
String^ message
)
new :
platformName : string *
message : string -> UnsupportedOSPlatformAttribute
No code example is currently available or this language may not be supported.
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.