Home
last modified time | relevance | path

Searched refs:Invalid_size (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpWriter.cs431 throw new ArgumentOutOfRangeException("size", size, SR.GetString(SR.Invalid_size)); in HttpFileResponseElement()
434 … throw new ArgumentOutOfRangeException("offset", offset, SR.GetString(SR.Invalid_size)); in HttpFileResponseElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs279 …public const string Invalid_size = "The size parameter must be between zero and the maximum Int32 … field in SR