2 instantiations of CommunicationObjectFaultedException
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
387return new CommunicationObjectFaultedException(message);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
236channelExtension.Fault(new CommunicationObjectFaultedException());
24 references to CommunicationObjectFaultedException
System.ServiceModel (21)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
263catch (CommunicationObjectFaultedException e) 500else if (pendingInnerListenerOpenException is CommunicationObjectFaultedException) 676catch (CommunicationObjectFaultedException e) 1714catch (CommunicationObjectFaultedException e) 1770catch (CommunicationObjectFaultedException e) 2032else if (pendingExceptionOnOpen is CommunicationObjectFaultedException)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1516catch (CommunicationObjectFaultedException e)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
624if (this.TolerateFaults && (e is CommunicationObjectFaultedException))
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (6)
81catch (CommunicationObjectFaultedException) 119catch (CommunicationObjectFaultedException) 167catch (CommunicationObjectFaultedException) 203catch (CommunicationObjectFaultedException) { } 228catch (CommunicationObjectFaultedException) 262catch (CommunicationObjectFaultedException) { }
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (6)
69catch (CommunicationObjectFaultedException) 108catch (CommunicationObjectFaultedException) 152catch (CommunicationObjectFaultedException) 189catch (CommunicationObjectFaultedException) { } 214catch (CommunicationObjectFaultedException) 248catch (CommunicationObjectFaultedException) { }
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2394catch (CommunicationObjectFaultedException)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
185[Fx.Tag.Throws(typeof(CommunicationObjectFaultedException), "Instance store faulted")]
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) &&