3 references to ValueMustBeInRange
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Text\Base64Encoding.cs (1)
285
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("byteCount", string.Format(SRSerialization.
ValueMustBeInRange
, 0, int.MaxValue / 4 * 3 - 2)));
FrameworkFork\System.Runtime.Serialization\System\Text\BinHexEncoding.cs (1)
111
throw new ArgumentOutOfRangeException("byteCount", string.Format(SRSerialization.
ValueMustBeInRange
, 0, int.MaxValue / 2));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
32
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("key", string.Format(SRSerialization.
ValueMustBeInRange
, MinKey, MaxKey)));