Home
last modified time | relevance | path

Searched refs:net_toosmall (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DCookieContainer.cs126 throw new ArgumentException(SR.net_toosmall, "Capacity"); in CookieContainer()
140 throw new ArgumentException(SR.net_toosmall, "MaxCookieSize"); in CookieContainer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dcookiecontainer.cs135 throw new ArgumentException(SR.GetString(SR.net_toosmall), "Capacity"); in CookieContainer()
149 throw new ArgumentException(SR.GetString(SR.net_toosmall), "MaxCookieSize"); in CookieContainer()
H A DServicePointManager.cs351 throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_toosmall));
H A DHttpWebRequest.cs723 throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_toosmall));
739 throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_toosmall));
764 throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_toosmall));
2479 throw new ArgumentException(SR.GetString(SR.net_toosmall), "value");
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DHttpWebRequest.cs169 throw new ArgumentOutOfRangeException(nameof(value), SR.net_toosmall);
185 throw new ArgumentException(SR.net_toosmall, nameof(value));
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs341 public const string net_toosmall = "The specified value must be greater than 0."; field in SR