Search
XmlException Constructor
See Also
 






Initializes a new instance of the XmlException class with the specified cause.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public XmlException (
    Throwable cause
)

 Parameters

cause

The cause of the XML exception.

 See Also