3 references to ValueMustBeNonNegative
System.ServiceModel.Primitives (3)
Internals\System\Runtime\BufferedOutputStream.cs (1)
264
throw Fx.Exception.ArgumentOutOfRange("size", size, InternalSR.
ValueMustBeNonNegative
);
Internals\System\Runtime\Diagnostics\EventDescriptor.cs (2)
43
throw Fx.Exception.ArgumentOutOfRange("id", id, InternalSR.
ValueMustBeNonNegative
);
60
throw Fx.Exception.ArgumentOutOfRange("task", task, InternalSR.
ValueMustBeNonNegative
);