8 references to CommunicationObjectAbortedException
System.ServiceModel (7)
System\ServiceModel\Channels\Connection.cs (1)
634return new CommunicationObjectAbortedException(ioException.InnerException.Message, ioException);
System\ServiceModel\Channels\PipeConnection.cs (1)
222return new CommunicationObjectAbortedException(exceptionMessage, pipeException);
System\ServiceModel\Channels\SocketConnection.cs (3)
721return new CommunicationObjectAbortedException(socketException.Message, socketException); 1585return new CommunicationObjectAbortedException(socketException.Message, socketException); 2145return new CommunicationObjectAbortedException(socketException.Message, socketException);
System\ServiceModel\Channels\WebSocketHelper.cs (2)
251CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 319return new CommunicationObjectAbortedException(exception.Message, exception);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
228result = new CommunicationObjectAbortedException(socketException.Message, socketException);