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