|
|
 |
|
Asn1Exception Class ReferenceInheritance diagram for Asn1Exception:
List of all members.
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
|
|
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. |
|
|
|
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 |
|
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
18 Nov 2005. ASN1C C# Runtime Library, 5.8 |
|