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