LocalizedStringProviderUnknownCommand Method
Gets the error message displayed when the user tries to invoke an unknown command.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public virtual string UnknownCommand(
string commandName
)
Public Overridable Function UnknownCommand (
commandName As String
) As String
Dim instance As LocalizedStringProvider
Dim commandName As String
Dim returnValue As String
returnValue = instance.UnknownCommand(commandName)
public:
virtual String^ UnknownCommand(
String^ commandName
)
- commandName String
- The name of the command.
StringThe error message.