8 references to ArgumentOutOfRange
System.ServiceModel.Primitives (8)
Internals\System\Runtime\BufferedOutputStream.cs (1)
264throw Fx.Exception.ArgumentOutOfRange("size", size, InternalSR.ValueMustBeNonNegative);
Internals\System\Runtime\Diagnostics\EventDescriptor.cs (4)
43throw Fx.Exception.ArgumentOutOfRange("id", id, InternalSR.ValueMustBeNonNegative); 48throw Fx.Exception.ArgumentOutOfRange("id", id, string.Empty); 60throw Fx.Exception.ArgumentOutOfRange("task", task, InternalSR.ValueMustBeNonNegative); 65throw Fx.Exception.ArgumentOutOfRange("task", task, string.Empty);
Internals\System\Runtime\TimeoutHelper.cs (2)
190throw Fx.Exception.ArgumentOutOfRange(argumentName, timeout, InternalSR.TimeoutMustBeNonNegative(argumentName, timeout)); 203throw Fx.Exception.ArgumentOutOfRange(argumentName, timeout, InternalSR.TimeoutMustBePositive(argumentName, timeout));
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
123throw Fx.Exception.ArgumentOutOfRange("value", value, SRP.ValueMustBeNonNegative);