ASN1C C# Runtime Library
7.7
|
Public Member Functions | |
Asn1Exception (System.String message) | |
Asn1Exception (System.String message, System.Exception innerException) | |
Asn1Exception (Asn1DecodeBuffer buffer, System.String message) | |
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..
Asn1Exception | ( | System.String | message | ) |
This constructor passes the given message text to the superclass.
message | Error message text |
Asn1Exception | ( | System.String | message, |
System.Exception | innerException | ||
) |
This constructor passes the given message text to the superclass.
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..
buffer | ASN.1 Decode buffer object reference |
message | Error message text |