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