35 references to InternalSR
dotnet-svcutil-lib (35)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (1)
55
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.ActionItemIsAlreadyScheduled));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (8)
116
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.AsyncResultCompletedTwice(GetType())));
180
throw Fx.Exception.AsError(new CallbackException(
InternalSR
.AsyncCallbackThrewException, e));
196
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.InvalidNullAsyncResult));
293
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.InvalidNullAsyncResult));
326
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.InvalidAsyncResultImplementation(result.GetType())));
331
string message =
InternalSR
.InvalidAsyncResultImplementationGeneric;
354
throw Fx.Exception.Argument("result",
InternalSR
.InvalidAsyncResult);
359
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.AsyncResultAlreadyEnded));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (8)
82
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
86
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
160
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.ReadNotSupported));
165
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.ReadNotSupported));
170
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
175
throw Fx.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
228
return new InvalidOperationException(
InternalSR
.BufferedOutputStreamQuotaExceeded(maxSizeQuota));
238
throw Fx.Exception.ArgumentOutOfRange("size", size,
InternalSR
.ValueMustBeNonNegative);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (2)
42
throw Fx.Exception.ArgumentOutOfRange("id", id,
InternalSR
.ValueMustBeNonNegative);
59
throw Fx.Exception.ArgumentOutOfRange("task", task,
InternalSR
.ValueMustBeNonNegative);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (1)
188
return this.Argument(paramName,
InternalSR
.ArgumentNullOrEmpty(paramName));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (2)
158
string failFastMessage =
InternalSR
.FailFastMessage(description);
1006
: base(
InternalSR
.ShipAssertExceptionMessage(description))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
152
throw Fx.Exception.AsError(new TimeoutException(
InternalSR
.TimeoutInputQueueDequeue(timeout)));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
222
throw Fx.Exception.Argument("buffer",
InternalSR
.BufferIsNotRightSizeForBufferManager);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SignalGate.cs (1)
85
throw Fx.Exception.AsError(new InvalidOperationException(
InternalSR
.InvalidSemaphoreExit));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
233
throw Fx.Exception.AsError(new TimeoutException(
InternalSR
.TaskTimedOutError(timeout)));
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\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (7)
151
throw Fx.Exception.AsError(new TimeoutException(
InternalSR
.TaskTimedOutError(timeout)));
961
get { throw FxTrace.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported)); }
968
throw FxTrace.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
973
throw FxTrace.Exception.AsError(new NotSupportedException(
InternalSR
.SeekNotSupported));
1071
throw Fx.Exception.AsError(new TimeoutException(
InternalSR
.TaskTimedOutError(new TimeSpan(ReadTimeout))));
1151
throw Fx.Exception.AsError(new TimeoutException(
InternalSR
.TaskTimedOutError(new TimeSpan(WriteTimeout))));
1226
new TimeoutException(
InternalSR
.TaskTimedOutError(timeoutHelper.OriginalTimeout)));