2 references to Argument_DestinationTooShort
System.Formats.Asn1 (2)
System\Formats\Asn1\Asn1Tag.cs (1)
369
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Formats\Asn1\AsnWriter.cs (1)
178
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));