Implemented interface member:
property
ExceptionEventType
System.ServiceModel.Channels.IConnection.ExceptionEventType
27 references to ExceptionEventType
System.ServiceModel (27)
System\ServiceModel\Channels\SocketConnection.cs (27)
158
ConvertReceiveException(socketException, TimeSpan.Zero, TimeSpan.Zero),
ExceptionEventType
);
171
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
287
if (this.
ExceptionEventType
== TraceEventType.Information)
289
traceEventType = this.
ExceptionEventType
;
408
ExceptionEventType
);
415
ExceptionEventType
);
437
thisPtr.
ExceptionEventType
);
444
timeoutException), thisPtr.
ExceptionEventType
);
506
new CommunicationException(SR.GetString(SR.SocketCloseReadReceivedData, socket.RemoteEndPoint)),
ExceptionEventType
);
512
SR.GetString(SR.SocketCloseReadTimeout, socket.RemoteEndPoint, readFinTimeout), timeoutException),
ExceptionEventType
);
570
ConvertSendException(socketException, TimeSpan.MaxValue, this.socketSyncSendTimeout),
ExceptionEventType
);
581
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
592
this.GetType().ToString(), SR.GetString(SR.SocketConnectionDisposed)), TransferOperation.Undefined),
ExceptionEventType
);
602
this.GetType().ToString(), SR.GetString(SR.SocketConnectionDisposed)), TransferOperation.Undefined),
ExceptionEventType
);
729
TraceEventType exceptionEventType = socketConnection == null ? TraceEventType.Error : socketConnection.
ExceptionEventType
;
890
ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout),
ExceptionEventType
);
901
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
918
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(this.asyncWriteException,
ExceptionEventType
);
1049
ConvertSendException(socketException, timeoutHelper.RemainingTime(), this.socketSyncSendTimeout),
ExceptionEventType
);
1060
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
1113
ConvertReceiveException(socketException, timeoutHelper.RemainingTime(), this.socketSyncReceiveTimeout),
ExceptionEventType
);
1124
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
1210
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout),
ExceptionEventType
);
1221
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(exceptionToThrow,
ExceptionEventType
);
1357
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(this.asyncReadException,
ExceptionEventType
);
1437
new TimeoutException(SR.GetString(SR.TcpConnectionTimedOut, timeout)),
ExceptionEventType
);
1477
new TimeoutException(SR.GetString(SR.TcpConnectionTimedOut, timeout)),
ExceptionEventType
);