LocalizedStringProviderValidateProhibitsFailed Method
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public virtual string ValidateProhibitsFailed(
	string argumentName,
	IEnumerable<CommandLineArgument> prohibitedArguments
)
Public Overridable Function ValidateProhibitsFailed ( 
	argumentName As String,
	prohibitedArguments As IEnumerable(Of CommandLineArgument)
) As String
Dim instance As LocalizedStringProvider
Dim argumentName As String
Dim prohibitedArguments As IEnumerable(Of CommandLineArgument)
Dim returnValue As String
returnValue = instance.ValidateProhibitsFailed(argumentName, 
	prohibitedArguments)
public:
virtual String^ ValidateProhibitsFailed(
	String^ argumentName, 
	IEnumerable<CommandLineArgument^>^ prohibitedArguments
)
- argumentName  String
 - The name of the argument.
 - prohibitedArguments  IEnumerableCommandLineArgument
 - The names of the prohibited arguments.
 
StringThe error message.