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