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

System.ServiceModel.MustUnderstandSoapException

namespace System.ServiceModel { internal class MustUnderstandSoapException : CommunicationException { public Collection<MessageHeaderInfo> NotUnderstoodHeaders { get; } public EnvelopeVersion EnvelopeVersion { get; } public MustUnderstandSoapException(); protected MustUnderstandSoapException(SerializationInfo info, StreamingContext context); public MustUnderstandSoapException(Collection<MessageHeaderInfo> notUnderstoodHeaders, EnvelopeVersion envelopeVersion); } }