Asn1InvalidEnumException Class Reference
Inheritance diagram for Asn1InvalidEnumException:
Public Member Functions | |
Asn1InvalidEnumException (System.String data) | |
Asn1InvalidEnumException (long data) |
Detailed Description
This class defines the 'ASN.1 invalid enum' exception that is thrown when an enumerated value is not within the defined set of values.
Constructor & Destructor Documentation
Asn1InvalidEnumException | ( | long | data | ) |
This constructor creates an exception object with a default textual message with integer value.
- Parameters:
-
data Invalid enumerated value
Asn1InvalidEnumException | ( | System.String | data | ) |
This constructor creates an exception object with a default textual message with textual enumerated value.
- Parameters:
-
data Invalid enumerated value