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