Asn1XmlUnexpElemExc Class Reference
Inheritance diagram for Asn1XmlUnexpElemExc:
Public Member Functions | |
Asn1XmlUnexpElemExc (string elemName) |
Detailed Description
This class defines the 'unexpected XML element' 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
Asn1XmlUnexpElemExc | ( | string | elemName | ) |
This constructor creates an exception object with a textual message describing the expected element value.
- Parameters:
-
elemName Parsed XML local name.