Implemented interface member:
property
ExceptionEventType
System.ServiceModel.Channels.IConnection.ExceptionEventType
28 references to ExceptionEventType
System.ServiceModel (28)
System\ServiceModel\Channels\PipeConnection.cs (28)
322throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Read), ExceptionEventType); 417throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Write), ExceptionEventType); 443new PipeException(SR.GetString(SR.PipeCantCloseWithPendingWrite)), ExceptionEventType); 494new TimeoutException(SR.GetString(SR.PipeShutdownWriteError), e), ExceptionEventType); 507new TimeoutException(SR.GetString(SR.PipeShutdownReadError), e), ExceptionEventType); 515new TimeoutException(SR.GetString(SR.PipeShutdownReadError)), ExceptionEventType); 555new TimeoutException(SR.GetString(SR.PipeCloseFailed), e), ExceptionEventType); 560ConvertPipeException(SR.GetString(SR.PipeCloseFailed), e, TransferOperation.Undefined), ExceptionEventType); 620if (this.ExceptionEventType == TraceEventType.Information) 622traceEventType = this.ExceptionEventType; 645CreatePipeDuplicationFailedException(Marshal.GetLastWin32Error()), ExceptionEventType); 654CreatePipeDuplicationFailedException(Marshal.GetLastWin32Error()), ExceptionEventType); 661CreatePipeDuplicationFailedException(Marshal.GetLastWin32Error()), ExceptionEventType); 693throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow, ExceptionEventType); 704throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow, ExceptionEventType); 794throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Write), ExceptionEventType); 956throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Write), ExceptionEventType); 1041throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Read), ExceptionEventType); 1061throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Undefined), ExceptionEventType); 1246throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Write), ExceptionEventType); 1301throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertPipeException(e, TransferOperation.Write), ExceptionEventType); 1318throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeAlreadyClosing)), ExceptionEventType); 1324throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeReadPending)), ExceptionEventType); 1329throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeClosed)), ExceptionEventType); 1339throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeAlreadyShuttingDown)), ExceptionEventType); 1344throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeAlreadyClosing)), ExceptionEventType); 1350throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeWritePending)), ExceptionEventType); 1355throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new PipeException(SR.GetString(SR.PipeClosed)), ExceptionEventType);