public static bool IsNotOutOfRangeDocumented(string xmlDoc, string argumentName) { return IsMatch(ExceptionXmlDocDectectionPatterns.IsNotOutOfRange, argumentName, xmlDoc); }