ASN1C C# Runtime Library
7.2
|
Public Member Functions | |
Asn1InvalidEnumException (long data) | |
Asn1InvalidEnumException (System.String data) | |
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 invalid enum' exception that is thrown when an enumerated value is not within the defined set of values.
Asn1InvalidEnumException | ( | long | data | ) |
This constructor creates an exception object with a default textual message with integer value.
data | Invalid enumerated value |
Asn1InvalidEnumException | ( | System.String | data | ) |
This constructor creates an exception object with a default textual message with textual enumerated value.
data | Invalid enumerated value |