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

System.ServiceModel.CommunicationObjectAbortedException

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