65 references to SR
System.ServiceModel.NetNamedPipe (65)
System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (3)
50SR.SFxTimeoutOutOfRange0)); 56SR.SFxTimeoutOutOfRangeTooBig)); 70SR.ValueMustBeNonNegative));
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (4)
21throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe)); 63throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(nameof(TChannel), SR.Format(SR.ChannelTypeNotSupported, typeof(TChannel)));
System\ServiceModel\Channels\PipeConnection.cs (24)
148Abort(SR.Format(SR.PipeConnectionAbortedReadTimedOut, timeout), TransferOperation.Read); 183Abort(SR.Format(SR.PipeConnectionAbortedWriteTimedOut, timeout), TransferOperation.Write); 214new PipeException(SR.PipeCantCloseWithPendingWrite), ExceptionEventType); 269new TimeoutException(SR.PipeShutdownWriteError, e), ExceptionEventType); 283new TimeoutException(SR.PipeShutdownReadError, e), ExceptionEventType); 291new TimeoutException(SR.PipeShutdownReadError), ExceptionEventType); 332new TimeoutException(SR.PipeCloseFailed, e), ExceptionEventType); 337ConvertPipeException(SR.PipeCloseFailed, e, TransferOperation.Undefined), ExceptionEventType); 380TraceUtility.TraceEvent(traceEventType, TraceCode.PipeConnectionAbort, SR.TraceCodePipeConnectionAbort, this); 417return ConvertPipeException(new PipeException(SR.PipeClosed), transferOperation); 459Exception exception = ConvertPipeException(new PipeException(SR.PipeSignalExpected), TransferOperation.Read); 485Abort(SR.Format(SR.PipeConnectionAbortedWriteTimedOut, timeout), TransferOperation.Write); 487Exception timeoutException = new TimeoutException(SR.Format(SR.PipeWriteTimedOut, timeout)); 513throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeAlreadyClosing), ExceptionEventType); 519throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeReadPending), ExceptionEventType); 524throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeClosed), ExceptionEventType); 535throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeAlreadyShuttingDown), ExceptionEventType); 540throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeAlreadyClosing), ExceptionEventType); 546throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeWritePending), ExceptionEventType); 551throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.PipeClosed), ExceptionEventType);
System\ServiceModel\Channels\PipeConnectionInitiator.cs (28)
34SR.Format(SR.PipeConnectFailed, remoteUri.AbsoluteUri), innerException); 56SR.Format( 57SR.TraceCodeFailedPipeConnect, 125throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(SR.Format( 126SR.EndpointNotFound, uri.AbsoluteUri), exception)); 137new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, uri.AbsoluteUri), 138new PipeException(SR.Format(SR.PipeEndpointNotFound, uri.AbsoluteUri)))); 150SR.TraceCodeInitiatingNamedPipeConnection, 198Exception innerException = new PipeException(SR.Format(SR.PipeConnectAddressFailed, 206timeoutException = new TimeoutException(SR.Format(SR.PipeConnectTimedOutServerTooBusy, 211timeoutException = new TimeoutException(SR.Format(SR.PipeConnectTimedOut, 220PipeException innerException = new PipeException(SR.Format(SR.PipeConnectAddressFailed, 235PipeException innerException = new PipeException(SR.Format(SR.PipeModeChangeFailed, ex.Message), ex.HResult); 321Exception innerException = new PipeException(SR.Format(SR.PipeNameCanNotBeAccessed, 323return new AddressAccessDeniedException(SR.Format(SR.PipeNameCanNotBeAccessed2, pipeUri.AbsoluteUri), innerException); 426throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(nameof(uri), SR.PipeUriSchemeWrong); 435return SR.Format( 436SR.PipeKnownWin32Error,
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
23throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System\ServiceModel\NetNamedPipeBinding.cs (2)
24throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System\ServiceModel\NetNamedPipeSecurity.cs (2)
22throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));