Search
XmlException Constructor
See Also
 






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

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

 Syntax

Java  Copy Code

public XmlException (
    String message
)

 Parameters

message

The message that explains the exception.

 See Also