Asn1InvalidLengthException Class Reference
Inheritance diagram for Asn1InvalidLengthException:
Public Member Functions | |
Asn1InvalidLengthException () |
Detailed Description
This class defines the 'ASN.1 invalid length' exception that is thrown when a length is determined to be invalid.
Things that can cause this to be thrown are:
- Constructor length field is not sum of parts.
- Object identifier length is not sum of sub ID lengths.
Constructor & Destructor Documentation
This constructor creates an exception object with a default textual message.