Represents an exception that is thrown when an error occurs while parsing command arguments.
public class CommandArgumentException : CommandException, ISerializable
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandArgumentException(String, String, Exception)Creates a new instance of CommandArgumentException.CommandArgumentException(String, String)Creates a new instance of CommandArgumentException.ArgumentNameGets the associated name of the argument for this exception.