ASN1C C# Runtime Library  7.4
Public Member Functions | List of all members
Asn1NotWellFormedXMLException Class Reference
Inheritance diagram for Asn1NotWellFormedXMLException:
Asn1Exception

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)
 

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()

Asn1NotWellFormedXMLException ( System.String  reason)

This constructor creates an exception object with a textual message describing the argument that was invalid..

Parameters
reasonText explaining reason XML is considered to be not well-formed.