ASN1C C# Runtime Library
7.7
|
Public Member Functions | |
Asn1XmlUnexpElemExc (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) | |
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.
Asn1XmlUnexpElemExc | ( | string | elemName | ) |
This constructor creates an exception object with a textual message describing the expected element value.
elemName | Parsed XML local name. |