ASN1C C# Runtime Library  7.4
Public Member Functions | List of all members
Asn1InvalidEnumException Class Reference
Inheritance diagram for Asn1InvalidEnumException:
Asn1Exception

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)
 

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() [1/2]

Asn1InvalidEnumException ( long  data)

This constructor creates an exception object with a default textual message with integer value.

Parameters
dataInvalid enumerated value

◆ Asn1InvalidEnumException() [2/2]

Asn1InvalidEnumException ( System.String  data)

This constructor creates an exception object with a default textual message with textual enumerated value.

Parameters
dataInvalid enumerated value