Asn1XmlSaxUnexpElemExc Class Reference

List of all members.

Public Member Functions

 Asn1XmlSaxUnexpElemExc (string elemName)

Detailed Description

This class defines the 'unexpected XML element' SAX exception. This exception is thrown when an element in an XML instance is encountered that is different than what is defined in the schema to occur at that position.


Constructor & Destructor Documentation

Asn1XmlSaxUnexpElemExc ( string  elemName  ) 

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

Parameters:
elemName Parsed XML local name.