4 references to AsnContentException
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.GeneralizedTime.cs (1)
398throw new AsnContentException(SR.ContentException_DefaultMessage, e);
System\Formats\Asn1\AsnDecoder.Text.cs (2)
411throw new AsnContentException(SR.ContentException_DefaultMessage, e); 451throw new AsnContentException(SR.ContentException_DefaultMessage, e);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
236throw new AsnContentException(SR.ContentException_DefaultMessage, e);