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