I would suggest returning a ValidationResult object containing ValidationFailures.
You should never use exceptions as part of your logical coding. Exceptions are for exceptions
I would suggest returning a ValidationResult object containing ValidationFailures.
You should never use exceptions as part of your logical coding. Exceptions are for exceptions