Asn1Exception Class Reference
Inheritance diagram for Asn1Exception:
Public Member Functions | |
| Asn1Exception (Asn1DecodeBuffer buffer, System.String message) | |
| Asn1Exception (System.String message, System.Exception innerException) | |
| Asn1Exception (System.String message) | |
Detailed Description
This class defines a generic ASN.1 exception for use as a base class for exceptions common to all encode/decode operations. Specific exceptions for BER, DER, and PER encoding and decoding are subclassed from this base class..
Constructor & Destructor Documentation
| Asn1Exception | ( | System.String | message | ) |
This constructor passes the given message text to the superclass.
- Parameters:
-
message Error message text
| Asn1Exception | ( | System.String | message, | |
| System.Exception | innerException | |||
| ) |
This constructor passes the given message text to the superclass.
- Parameters:
-
message Error message text innerException The exception that is the cause of the current exception.
| Asn1Exception | ( | Asn1DecodeBuffer | buffer, | |
| System.String | message | |||
| ) |
This constructor creates the base exception object and captures the current buffer offset from the Decode buffer..
- Parameters:
-
buffer ASN.1 Decode buffer object reference message Error message text
