1 instantiation of CommunicationObjectFaultedException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
249
return new
CommunicationObjectFaultedException
(message);
3 references to CommunicationObjectFaultedException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (3)
67
catch (
CommunicationObjectFaultedException
)
106
catch (
CommunicationObjectFaultedException
)
150
catch (
CommunicationObjectFaultedException
)