public void ValidatePostParsing(
CommandLineArgument argument
)
Public Sub ValidatePostParsing (
argument As CommandLineArgument
)
Dim instance As ArgumentValidationAttribute
Dim argument As CommandLineArgument
instance.ValidatePostParsing(argument)
public:
void ValidatePostParsing(
CommandLineArgument^ argument
)
This method calls the IsValidPostParsing(CommandLineArgument) method to do the actual validation.
CommandLineArgumentException | The parameter's value is not a valid. The CommandLineArgumentExceptionCategory property will be the value of the ErrorCategory property. |