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

Public Member Functions

 Asn1XmlMisReqElemExc (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 'missing required element' exception. This exception is thrown after a sequence of all typed subtree is parsed and it is determined that elements declared to be required in the schema are not present.

Constructor & Destructor Documentation

◆ Asn1XmlMisReqElemExc()

Asn1XmlMisReqElemExc ( string  elemName)

This constructor creates an exception object with a textual message describing the missing element value.

Parameters
elemNameName of element that is not present.