8 references to CommunicationObjectAbortedException
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
524return new CommunicationObjectAbortedException(ioException.InnerException.Message, ioException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (5)
196return new CommunicationObjectAbortedException(SRServiceModel.SocketConnectionDisposed, originalException); 210return new CommunicationObjectAbortedException(socketException.Message, socketException); 232return new CommunicationObjectAbortedException(SRServiceModel.TcpLocalConnectionAborted, originalException); 249return new CommunicationObjectAbortedException(string.Format(SRServiceModel.TcpTransferError, (int)socketException.SocketErrorCode, socketException.Message), originalException); 439return new CommunicationObjectAbortedException(socketException.Message, socketException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (2)
140CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 183return new CommunicationObjectAbortedException(exception.Message, exception);