15 instantiations of PipeException
System.ServiceModel.NetNamedPipe (15)
System\ServiceModel\Channels\PipeConnection.cs (10)
214new PipeException(SR.PipeCantCloseWithPendingWrite), ExceptionEventType); 417return ConvertPipeException(new PipeException(SR.PipeClosed), transferOperation); 459Exception exception = ConvertPipeException(new PipeException(SR.PipeSignalExpected), TransferOperation.Read); 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 (5)
138new PipeException(SR.Format(SR.PipeEndpointNotFound, uri.AbsoluteUri)))); 198Exception innerException = new PipeException(SR.Format(SR.PipeConnectAddressFailed, 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,
7 references to PipeException
System.ServiceModel.NetNamedPipe (7)
System\ServiceModel\Channels\PipeConnection.cs (4)
86private Exception ConvertPipeException(PipeException pipeException, TransferOperation transferOperation) 91private Exception ConvertPipeException(string exceptionMessage, PipeException pipeException, TransferOperation transferOperation) 311catch (PipeException e) 334catch (PipeException e)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (3)
31private Exception CreateConnectFailedException(Uri remoteUri, PipeException innerException) 220PipeException innerException = new PipeException(SR.Format(SR.PipeConnectAddressFailed, 235PipeException innerException = new PipeException(SR.Format(SR.PipeModeChangeFailed, ex.Message), ex.HResult);