15 references to ThrowHelper
System.ServiceModel.NetNamedPipe (15)
System\ServiceModel\Channels\PipeConnection.cs (15)
213throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 268throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 282throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 290throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 331throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 336throw DiagnosticUtility.ExceptionUtility.ThrowHelper( 465throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exception, traceEventType); 495throw DiagnosticUtility.ExceptionUtility.ThrowHelper(timeoutException, traceEventType); 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);