Asn1NotWellFormedXMLException Class Reference
Inheritance diagram for Asn1NotWellFormedXMLException:
Public Member Functions | |
Asn1NotWellFormedXMLException (System.String reason) |
Detailed Description
This class defines the 'ASN.1 not well-formed XML' exception that is thrown when well-formed XML text is expected and it is not in this form. This is the case for the value used in the Asn1XmlAnyElem class.
Constructor & Destructor Documentation
Asn1NotWellFormedXMLException | ( | System.String | reason | ) |
This constructor creates an exception object with a textual message describing the argument that was invalid..
- Parameters:
-
reason Text explaining reason XML is considered to be not well-formed.