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
When I try to use an instance of Regex in the predicate of my Linq expression, I get ArgumentOutOfRangeException. Whereas there should be the following exception:
throw new NotSupportedException(string.Format("Only the static Regex.IsMatch is supported.", m.Method.Name));
The text was updated successfully, but these errors were encountered:
When I try to use an instance of Regex in the predicate of my Linq expression, I get
ArgumentOutOfRangeException
. Whereas there should be the following exception:The text was updated successfully, but these errors were encountered: