11 references to PipeException
System.ServiceModel.NetNamedPipe (11)
System\ServiceModel\Channels\PipeConnection.cs (10)
214
new
PipeException
(SR.PipeCantCloseWithPendingWrite), ExceptionEventType);
417
return ConvertPipeException(new
PipeException
(SR.PipeClosed), transferOperation);
459
Exception exception = ConvertPipeException(new
PipeException
(SR.PipeSignalExpected), TransferOperation.Read);
513
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeAlreadyClosing), ExceptionEventType);
519
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeReadPending), ExceptionEventType);
524
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeClosed), ExceptionEventType);
535
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeAlreadyShuttingDown), ExceptionEventType);
540
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeAlreadyClosing), ExceptionEventType);
546
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeWritePending), ExceptionEventType);
551
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new
PipeException
(SR.PipeClosed), ExceptionEventType);
System\ServiceModel\Channels\PipeConnectionInitiator.cs (1)
138
new
PipeException
(SR.Format(SR.PipeEndpointNotFound, uri.AbsoluteUri))));