13 references to ArgumentOutOfMinRange
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (10)
40
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, 0));
46
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, 0));
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));
63
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, TimeSpan.Zero));
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));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
62
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, min));
82
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, min));
123
string.Format(SRServiceModel.
ArgumentOutOfMinRange
, UdpConstants.MinReceiveBufferSize));