Asn1XmlSaxMisReqElemExc Class Reference
Public Member Functions | |
Asn1XmlSaxMisReqElemExc (string elemName) |
Detailed Description
This class defines the 'missing required element' SAX 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
Asn1XmlSaxMisReqElemExc | ( | 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.