Asn1XmlMisReqElemExc Class Reference

Inheritance diagram for Asn1XmlMisReqElemExc:
Asn1Exception

List of all members.

Public Member Functions

 Asn1XmlMisReqElemExc (string elemName)

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 ( string  elemName  ) 

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

Parameters:
elemName Name of element that is not present.