CommandParsingException(CommandLineApplication, String) Constructor

Definition

public:
 CommandParsingException(Microsoft::Extensions::CommandLineUtils::CommandLineApplication ^ command, System::String ^ message);
public CommandParsingException (Microsoft.Extensions.CommandLineUtils.CommandLineApplication command, string message);
new Microsoft.Extensions.CommandLineUtils.CommandParsingException : Microsoft.Extensions.CommandLineUtils.CommandLineApplication * string -> Microsoft.Extensions.CommandLineUtils.CommandParsingException
Public Sub New (command As CommandLineApplication, message As String)

Parameters

message
String

Applies to