24 references to ArgumentOutOfRange
dotnet-svcutil-lib (24)
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 (4)
42
throw Fx.Exception.
ArgumentOutOfRange
("id", id, InternalSR.ValueMustBeNonNegative);
47
throw Fx.Exception.
ArgumentOutOfRange
("id", id, string.Empty);
59
throw Fx.Exception.
ArgumentOutOfRange
("task", task, InternalSR.ValueMustBeNonNegative);
64
throw Fx.Exception.
ArgumentOutOfRange
("task", task, string.Empty);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (2)
193
throw Fx.Exception.
ArgumentOutOfRange
(argumentName, timeout, InternalSR.TimeoutMustBeNonNegative(argumentName, timeout));
206
throw Fx.Exception.
ArgumentOutOfRange
(argumentName, timeout, InternalSR.TimeoutMustBePositive(argumentName, timeout));
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (1)
123
throw Fx.Exception.
ArgumentOutOfRange
("value", value, SRServiceModel.ValueMustBeNonNegative);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (12)
39
throw FxTrace.Exception.
ArgumentOutOfRange
("maxUnicastRetransmitCount", maxUnicastRetransmitCount,
45
throw FxTrace.Exception.
ArgumentOutOfRange
("maxMulticastRetransmitCount", maxMulticastRetransmitCount,
52
throw FxTrace.Exception.
ArgumentOutOfRange
("delayLowerBound", delayLowerBound, string.Format(SRServiceModel.ArgumentOutOfMinRange, TimeSpan.Zero));
57
throw FxTrace.Exception.
ArgumentOutOfRange
("delayUpperBound", delayUpperBound, string.Format(SRServiceModel.ArgumentOutOfMinRange, TimeSpan.Zero));
62
throw FxTrace.Exception.
ArgumentOutOfRange
("maxDelayPerRetransmission", maxDelayPerRetransmission,
96
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, string.Format(SRServiceModel.ArgumentOutOfMinRange, min));
114
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, string.Format(SRServiceModel.ArgumentOutOfMinRange, min));
130
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, string.Format(SRServiceModel.ArgumentOutOfMinRange, TimeSpan.Zero));
148
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, string.Format(SRServiceModel.ArgumentOutOfMinRange, TimeSpan.Zero));
166
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, string.Format(SRServiceModel.ArgumentOutOfMinRange, TimeSpan.Zero));
220
throw FxTrace.Exception.
ArgumentOutOfRange
("DelayLowerBound", _delayLowerBound, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayLowerBound", this.delayLowerBound, "DelayUpperBound", this.delayUpperBound));
226
throw FxTrace.Exception.
ArgumentOutOfRange
("DelayUpperBound", _delayUpperBound, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayUpperBound", this.delayUpperBound, "MaxDelayPerRetransmission", this.maxDelayPerRetransmission));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (4)
61
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value,
81
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value,
122
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value,
138
throw FxTrace.Exception.
ArgumentOutOfRange
("value", value, "TODO: SR");