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

Public Member Functions

 Asn1MissingRequiredException (Asn1BerDecodeBuffer buffer)
 
 Asn1MissingRequiredException (System.String elemName)
 
- 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 set missing required element' exception that is thrown from Decode methods when a SET construct is decoded and found to be missing a required element..

Constructor & Destructor Documentation

◆ Asn1MissingRequiredException() [1/2]

This constructor creates an exception object with a textual message describing the error.

Parameters
bufferBER decode buffer object reference

◆ Asn1MissingRequiredException() [2/2]

Asn1MissingRequiredException ( System.String  elemName)

This constructor creates an exception object with a textual message describing the error including the name of the required element that is missing.

Parameters
elemNameName of missing required element