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