3 references to ValueMustBeNonNegative
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (1)
238
throw Fx.Exception.ArgumentOutOfRange("size", size, InternalSR.
ValueMustBeNonNegative
);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (2)
42
throw Fx.Exception.ArgumentOutOfRange("id", id, InternalSR.
ValueMustBeNonNegative
);
59
throw Fx.Exception.ArgumentOutOfRange("task", task, InternalSR.
ValueMustBeNonNegative
);