Searched defs:CreateArgumentOutOfRangeException (Results 1 – 5 of 5) sorted by relevance
49 …private static Exception CreateArgumentOutOfRangeException() { return new ArgumentOutOfRangeExcept… in CreateArgumentOutOfRangeException() method in System.ThrowHelper53 …private static Exception CreateArgumentOutOfRangeException(ExceptionArgument argument) { return ne… in CreateArgumentOutOfRangeException() method in System.ThrowHelper
76 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
39 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
64 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
726 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string parameterName, … in CreateArgumentOutOfRangeException() method in log4net.Util.SystemInfo