2 instantiations of CommunicationObjectFaultedException
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (1)
362return new CommunicationObjectFaultedException(message);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
393return new CommunicationObjectFaultedException(SRP.Format(
5 references to CommunicationObjectFaultedException
Client.ClientBase.IntegrationTests (1)
DuplexClientBaseTests.4.1.0.cs (1)
43Assert.Throws<CommunicationObjectFaultedException>(() =>
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
407if (TolerateFaults && (e is CommunicationObjectFaultedException))
System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (3)
68catch (CommunicationObjectFaultedException) 107catch (CommunicationObjectFaultedException) 151catch (CommunicationObjectFaultedException)