15 references to ExceptionEventType
System.ServiceModel.NetNamedPipe (15)
System\ServiceModel\Channels\PipeConnection.cs (15)
214new PipeException(SR.PipeCantCloseWithPendingWrite), ExceptionEventType);
269new TimeoutException(SR.PipeShutdownWriteError, e), ExceptionEventType);
283new TimeoutException(SR.PipeShutdownReadError, e), ExceptionEventType);
291new TimeoutException(SR.PipeShutdownReadError), ExceptionEventType);
332new TimeoutException(SR.PipeCloseFailed, e), ExceptionEventType);
337ConvertPipeException(SR.PipeCloseFailed, e, TransferOperation.Undefined), ExceptionEventType);
373if (ExceptionEventType == TraceEventType.Information)
375traceEventType = ExceptionEventType;
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);