<PackageReference Include="System.ServiceModel.Primitives" Version="10.0.652802" />

System.ServiceModel.CommunicationObjectFaultedException

namespace System.ServiceModel { public class CommunicationObjectFaultedException : CommunicationException { public CommunicationObjectFaultedException(); public CommunicationObjectFaultedException(string message); public CommunicationObjectFaultedException(string message, Exception innerException); protected CommunicationObjectFaultedException(SerializationInfo info, StreamingContext context); } }