3 references to ContentException_LengthExceedsPayload
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.cs (3)
540
return new AsnContentException(SR.
ContentException_LengthExceedsPayload
);
651
throw new AsnContentException(SR.
ContentException_LengthExceedsPayload
);
670
throw new AsnContentException(SR.
ContentException_LengthExceedsPayload
);