Asn1MissingRequiredException Class Reference

Inheritance diagram for Asn1MissingRequiredException:
Asn1Exception

List of all members.

Public Member Functions

 Asn1MissingRequiredException (System.String elemName)
 Asn1MissingRequiredException (Asn1BerDecodeBuffer buffer)

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

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

Parameters:
buffer BER decode buffer object reference
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:
elemName Name of missing required element