XmlAttribute Property

Gets the xml attribute that the parser error occurred in.

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

Property Value

string

The xml attribute that the parser 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 XmlAttribute value.

Applies To

ParserErrorEventArgs

See Also

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