<PackageReference Include="System.Formats.Asn1" Version="10.0.6" />

System.Formats.Asn1.AsnContentException

The exception that is thrown when an encoded ASN.1 value cannot be successfully decoded.
namespace System.Formats.Asn1 { public class AsnContentException : Exception { public AsnContentException(); public AsnContentException(string message); public AsnContentException(string message, Exception inner); protected AsnContentException(SerializationInfo info, StreamingContext context); } }