10 instantiations of CommunicationObjectAbortedException
System.ServiceModel (9)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
407CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(
System\ServiceModel\Channels\Connection.cs (1)
634return new CommunicationObjectAbortedException(ioException.InnerException.Message, ioException);
System\ServiceModel\Channels\PipeConnection.cs (1)
222return new CommunicationObjectAbortedException(exceptionMessage, pipeException);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1168Exception error = new CommunicationObjectAbortedException(text);
System\ServiceModel\Channels\SocketConnection.cs (3)
721return new CommunicationObjectAbortedException(socketException.Message, socketException); 1585return new CommunicationObjectAbortedException(socketException.Message, socketException); 2145return new CommunicationObjectAbortedException(socketException.Message, socketException);
System\ServiceModel\Channels\WebSocketHelper.cs (2)
251CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 319return new CommunicationObjectAbortedException(exception.Message, exception);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
228result = new CommunicationObjectAbortedException(socketException.Message, socketException);
70 references to CommunicationObjectAbortedException
System.ServiceModel (64)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
268catch (CommunicationObjectAbortedException e) 496if (pendingInnerListenerOpenException is CommunicationObjectAbortedException) 681catch (CommunicationObjectAbortedException e) 1719catch (CommunicationObjectAbortedException e) 1775catch (CommunicationObjectAbortedException e) 2028if (pendingExceptionOnOpen is CommunicationObjectAbortedException)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
407CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(
System\ServiceModel\Channels\Connection.cs (1)
632else if (ioException.InnerException is CommunicationObjectAbortedException)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1512catch (CommunicationObjectAbortedException e)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
646if (this.TolerateFaults && autoAborted && e is CommunicationObjectAbortedException)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1345if (e is CommunicationObjectAbortedException)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
251CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex); 270if (communicationException is CommunicationObjectAbortedException)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (6)
76catch (CommunicationObjectAbortedException) 115catch (CommunicationObjectAbortedException) 162catch (CommunicationObjectAbortedException) 202catch (CommunicationObjectAbortedException) { } 224catch (CommunicationObjectAbortedException) 261catch (CommunicationObjectAbortedException) { }
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (6)
64catch (CommunicationObjectAbortedException) 104catch (CommunicationObjectAbortedException) 147catch (CommunicationObjectAbortedException) 188catch (CommunicationObjectAbortedException) { } 210catch (CommunicationObjectAbortedException) 247catch (CommunicationObjectAbortedException) { }
System\ServiceModel\Security\SecuritySessionClientSettings.cs (15)
1368catch (CommunicationObjectAbortedException) 1446catch (CommunicationObjectAbortedException) 1648catch (CommunicationObjectAbortedException) 1699catch (CommunicationObjectAbortedException) 1733catch (CommunicationObjectAbortedException) 1775catch (CommunicationObjectAbortedException) 1802catch (CommunicationObjectAbortedException) 2092catch (CommunicationObjectAbortedException) 2126catch (CommunicationObjectAbortedException) 2169catch (CommunicationObjectAbortedException) 2199catch (CommunicationObjectAbortedException) 2347catch (CommunicationObjectAbortedException) 3503catch (CommunicationObjectAbortedException) 3538catch (CommunicationObjectAbortedException) 3583catch (CommunicationObjectAbortedException)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (24)
1306catch (CommunicationObjectAbortedException) 2328catch (CommunicationObjectAbortedException) 2371catch (CommunicationObjectAbortedException) 2433catch (CommunicationObjectAbortedException) 2457catch (CommunicationObjectAbortedException) 2953catch (CommunicationObjectAbortedException) 3039catch (CommunicationObjectAbortedException) 3182catch (CommunicationObjectAbortedException) 3226catch (CommunicationObjectAbortedException) 3275catch (CommunicationObjectAbortedException) 3317catch (CommunicationObjectAbortedException) 3376catch (CommunicationObjectAbortedException) 3415catch (CommunicationObjectAbortedException) 3740catch (CommunicationObjectAbortedException) 3827catch (CommunicationObjectAbortedException) 3991catch (CommunicationObjectAbortedException) 4166catch (CommunicationObjectAbortedException) 4194catch (CommunicationObjectAbortedException) 4239catch (CommunicationObjectAbortedException) 4280catch (CommunicationObjectAbortedException) 4347catch (CommunicationObjectAbortedException) 4384catch (CommunicationObjectAbortedException) 4440catch (CommunicationObjectAbortedException) 4482catch (CommunicationObjectAbortedException)
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
245exception is CommunicationObjectAbortedException || 1112catch (CommunicationObjectAbortedException) 1150catch (CommunicationObjectAbortedException)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
184[Fx.Tag.Throws(typeof(CommunicationObjectAbortedException), "Instance store aborted")]
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
510if ((e is CommunicationObjectAbortedException || e is CommunicationObjectFaultedException) &&
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
217if ((exception is CommunicationObjectAbortedException || exception is CommunicationObjectFaultedException) &&