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