public static string GetIsNotNullExceptionXmlDoc(string declaredName) { return GetExceptionXmlDoc(ExceptionXmlDocPatterns.IsNotNull, declaredName); }