21 instantiations of CommunicationObjectAbortedException
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
84CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(
System\ServiceModel\Channels\WebSocketHelper.cs (2)
139CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 182return new CommunicationObjectAbortedException(exception.Message, exception);
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\Connection.cs (1)
352return new CommunicationObjectAbortedException(ioException.InnerException.Message, ioException);
System\ServiceModel\Channels\ConnectionPoolHelper.cs (1)
148new CommunicationObjectAbortedException(
System\ServiceModel\Channels\FramingChannels.cs (1)
328new CommunicationObjectAbortedException(SR.Format(SR.DuplexChannelAbortedDuringOpen, Via)));
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
106return new CommunicationObjectAbortedException(exceptionMessage, pipeException);
System.ServiceModel.NetTcp (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
663return new CommunicationObjectAbortedException(SR.SocketConnectionDisposed, originalException); 689return new CommunicationObjectAbortedException(socketException.Message, socketException); 711return new CommunicationObjectAbortedException(SR.TcpLocalConnectionAborted, originalException); 728return new CommunicationObjectAbortedException(SR.Format(SR.TcpTransferError, socketException.ErrorCode, socketException.Message), originalException); 831return new CommunicationObjectAbortedException(socketException.Message, socketException);
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (1)
367return new CommunicationObjectAbortedException(SRP.Format(SRP.CommunicationObjectAborted1, GetCommunicationObjectType().ToString()));
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
357return new CommunicationObjectAbortedException(SRP.Format(
System\ServiceModel\Channels\RequestContextBase.cs (1)
186throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationObjectAbortedException(SRP.RequestContextAborted));
System\ServiceModel\Channels\ServiceChannel.cs (1)
1100Exception error = new CommunicationObjectAbortedException(text);
System.ServiceModel.UnixDomainSocket (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
625return new CommunicationObjectAbortedException(SR.SocketConnectionDisposed, originalException); 651return new CommunicationObjectAbortedException(socketException.Message, socketException); 673return new CommunicationObjectAbortedException(SR.UDSLocalConnectionAborted, originalException); 690return new CommunicationObjectAbortedException(SR.Format(SR.UDSTransferError, socketException.ErrorCode, socketException.Message), originalException); 794return new CommunicationObjectAbortedException(socketException.Message, socketException);
12 references to CommunicationObjectAbortedException
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
84CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(
System\ServiceModel\Channels\WebSocketHelper.cs (2)
139CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 158if (communicationException is CommunicationObjectAbortedException)
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\Connection.cs (1)
350else if (ioException.InnerException is CommunicationObjectAbortedException)
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
429if (TolerateFaults && autoAborted && e is CommunicationObjectAbortedException)
System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (3)
63catch (CommunicationObjectAbortedException) 103catch (CommunicationObjectAbortedException) 146catch (CommunicationObjectAbortedException)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
1111catch (CommunicationObjectAbortedException) 1170catch (CommunicationObjectAbortedException) 1286catch (CommunicationObjectAbortedException) 1797catch (CommunicationObjectAbortedException)