You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Parse and TryParse methods do not validate the maxLength argument. So if it is negative, they report that as an error with the version string being too long rather than an argument exception.
This is a breaking change because for Parse it changes the exception type and for TryParse it throws an exception in a case that previously didn't throw an exception.
The text was updated successfully, but these errors were encountered:
Currently, the
Parse
andTryParse
methods do not validate themaxLength
argument. So if it is negative, they report that as an error with the version string being too long rather than an argument exception.This is a breaking change because for
Parse
it changes the exception type and forTryParse
it throws an exception in a case that previously didn't throw an exception.The text was updated successfully, but these errors were encountered: