CommandParsingException Class¶
- Namespace
Microsoft.Extensions.CommandLineUtils- Assemblies
- Microsoft.Extensions.CommandLineUtils
Inheritance Hierarchy¶
System.ObjectSystem.ExceptionMicrosoft.Extensions.CommandLineUtils.CommandParsingException
Syntax¶
public class CommandParsingException : Exception, ISerializable, _Exception
-
class
Microsoft.Extensions.CommandLineUtils.CommandParsingException
Constructors¶
-
CommandParsingException(Microsoft.Extensions.CommandLineUtils.CommandLineApplication, System.String)¶ public CommandParsingException(CommandLineApplication command, string message)
-
Properties¶
-
Microsoft.Extensions.CommandLineUtils.CommandParsingException.Command¶ Return type: Microsoft.Extensions.CommandLineUtils.CommandLineApplication public CommandLineApplication Command { get; }
-