ASN1C C# Runtime Library
7.2
|
Public Member Functions | |
Asn1NotWellFormedXMLException (System.String reason) | |
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 '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.
Asn1NotWellFormedXMLException | ( | System.String | reason | ) |
This constructor creates an exception object with a textual message describing the argument that was invalid..
reason | Text explaining reason XML is considered to be not well-formed. |