 | NotV1SupportedException Constructor (String) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic NotV1SupportedException(
string message
)
Public Sub New (
message As String
)
public:
NotV1SupportedException(
String^ message
)
Request Example
View SourceParameters
- message
- Type: SystemString
The message.
See Also