AbstractSyntaxNotation1TruncationException

An exception that is thrown when the encoded data is truncated. Note that this exception is not necessarily indicative of malicious activity. If encoded ASN.1 data is being transferred over a network to a host that is decoding it, attempting to decode the data before the entirety of the data is transferred could result in this exception.

Constructors

this
this(size_t expectedBytes, size_t actualBytes, string whatYouAttemptedToDo, string file, size_t line)

Members

Variables

actualBytes
size_t actualBytes;
expectedBytes
size_t expectedBytes;

Meta