XmlElement Property

Gets the xml element that the parser error occurred in.

XAML
Cannot be used in XAML.
Scripting
value = eventargs.XmlElement

Property Value

string

The xml element that the parser error occurred in.

This property is read/write, but should be considered read-only because there is no reason to change the reported information. There is no default.

Remarks

Note   The current implementation of Silverlight returns an empty string for the XmlElement value.

Applies To

ParserErrorEventArgs

See Also

Silverlight Application Scripting Error Handling
Using the CreateFromXaml Method
XAML Syntax Overview
ErrorEventArgs
RuntimeErrorEventArgs