3 instantiations of CommunicationObjectFaultedException
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
160return new CommunicationObjectFaultedException(message);
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(
6 references to CommunicationObjectFaultedException
Client.ClientBase.IntegrationTests (1)
DuplexClientBaseTests.4.1.0.cs (1)
43Assert.Throws<CommunicationObjectFaultedException>(() =>
System.ServiceModel (1)
netstandard.cs (1)
106[assembly: TypeForwardedTo(typeof(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)