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