2 references to IllegalDefaultRegexMatchTimeoutInAppDomain
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Timeout.cs (2)
118
throw new InvalidCastException(SR.Format(SR.
IllegalDefaultRegexMatchTimeoutInAppDomain
, DefaultMatchTimeout_ConfigKeyName, defaultTimeout));
129
throw new ArgumentOutOfRangeException(SR.Format(SR.
IllegalDefaultRegexMatchTimeoutInAppDomain
, DefaultMatchTimeout_ConfigKeyName, defaultMatchTimeOut));