7 references to CommunicationObjectAbortedException
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\Connection.cs (1)
352
return new
CommunicationObjectAbortedException
(ioException.InnerException.Message, ioException);
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
106
return new
CommunicationObjectAbortedException
(exceptionMessage, pipeException);
System.ServiceModel.UnixDomainSocket (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
625
return new
CommunicationObjectAbortedException
(SR.SocketConnectionDisposed, originalException);
651
return new
CommunicationObjectAbortedException
(socketException.Message, socketException);
673
return new
CommunicationObjectAbortedException
(SR.UDSLocalConnectionAborted, originalException);
690
return new
CommunicationObjectAbortedException
(SR.Format(SR.UDSTransferError, socketException.ErrorCode, socketException.Message), originalException);
794
return new
CommunicationObjectAbortedException
(socketException.Message, socketException);