Home
last modified time | relevance | path

Searched defs:CreateArgumentOutOfRangeException (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/
H A DThrowHelper.cs49 …private static Exception CreateArgumentOutOfRangeException() { return new ArgumentOutOfRangeExcept… in CreateArgumentOutOfRangeException() method in System.ThrowHelper
53 …private static Exception CreateArgumentOutOfRangeException(ExceptionArgument argument) { return ne… in CreateArgumentOutOfRangeException() method in System.ThrowHelper
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/
H A DMiscellaneousUtils.cs76 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DMiscellaneousUtils.cs39 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DMiscellaneousUtils.cs64 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string paramName, obje… in CreateArgumentOutOfRangeException() method in Newtonsoft.Json.Utilities.MiscellaneousUtils
/dports/devel/log4net/log4net-1.2.10/src/Util/
H A DSystemInfo.cs726 …public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(string parameterName, … in CreateArgumentOutOfRangeException() method in log4net.Util.SystemInfo