11 references to PipeException
System.ServiceModel.NetNamedPipe (11)
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 (1)
138new PipeException(SR.Format(SR.PipeEndpointNotFound, uri.AbsoluteUri))));