3 references to WebNegativeValue
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (3)
184
if (value < 0) throw new ArgumentException(string.Format(ResWebServices.
WebNegativeValue
, "group"));
196
if (value < 0) throw new ArgumentException(string.Format(ResWebServices.
WebNegativeValue
, "capture"));
208
if (value < 0) throw new ArgumentException(string.Format(ResWebServices.
WebNegativeValue
, "repeats"));