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

Public Member Functions

 Asn1SetDuplicateException (Asn1BerDecodeBuffer buffer, Asn1Tag tag)
 
- 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 duplicate element' exception that is thrown from BER/DER methods when a SET construct is detected to more than one instance of a given tagged element..

Constructor & Destructor Documentation

◆ Asn1SetDuplicateException()

This constructor creates an exception object with a textual message describing the tag of the duplicate element..

Parameters
bufferBER decode buffer object reference
tagTag value of duplicate element