Description (XmlParseError property)

From m204wiki
Revision as of 16:25, 5 May 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Brief description of the exception (XmlParseError class) This ReadOnly property returns a string that contains a brief description of the exception.

Syntax

%string = xmlParseError:Description

Syntax terms

%string A string to receive the description of the exception.
xmlParsError A reference to an instance of a XmlParseError object.

See also