|
ASN1C C# Runtime Library
7.8
|
Public Member Functions | |
| Asn1ValueParseException (System.String text) | |
| Asn1ValueParseException (System.String text, int offset) | |
Public Member Functions inherited from Asn1Exception | |
| Asn1Exception (System.String message) | |
| Asn1Exception (System.String message, System.Exception innerException) | |
| Asn1Exception (Asn1DecodeBuffer buffer, System.String message) | |
This class defines the 'ASN.1 value Parse' exception that is thrown when a string containing an ASN.1 value cannot be parsed.
| Asn1ValueParseException | ( | System.String | text | ) |
This constructor creates an exception object with a textual message describing the expected and parsed tag values.
| text | The value string that could not be parsed |
| Asn1ValueParseException | ( | System.String | text, |
| int | offset | ||
| ) |
This constructor creates an exception object with a textual message describing the expected and parsed tag values. This version allows the offset in the string to also be specified.
| text | The value string that could not be parsed |
| offset | Offset to error location in string |