14 references to CommunicationObjectAbortedException
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
139CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 182return new CommunicationObjectAbortedException(exception.Message, exception);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\Connection.cs (1)
352return new CommunicationObjectAbortedException(ioException.InnerException.Message, ioException);
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
106return new CommunicationObjectAbortedException(exceptionMessage, pipeException);
System.ServiceModel.NetTcp (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
663return new CommunicationObjectAbortedException(SR.SocketConnectionDisposed, originalException); 689return new CommunicationObjectAbortedException(socketException.Message, socketException); 711return new CommunicationObjectAbortedException(SR.TcpLocalConnectionAborted, originalException); 728return new CommunicationObjectAbortedException(SR.Format(SR.TcpTransferError, socketException.ErrorCode, socketException.Message), originalException); 831return new CommunicationObjectAbortedException(socketException.Message, socketException);
System.ServiceModel.UnixDomainSocket (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
625return new CommunicationObjectAbortedException(SR.SocketConnectionDisposed, originalException); 651return new CommunicationObjectAbortedException(socketException.Message, socketException); 673return new CommunicationObjectAbortedException(SR.UDSLocalConnectionAborted, originalException); 690return new CommunicationObjectAbortedException(SR.Format(SR.UDSTransferError, socketException.ErrorCode, socketException.Message), originalException); 794return new CommunicationObjectAbortedException(socketException.Message, socketException);