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