XamlParseException Class

Definition

Exception that is raised when the XAML parser encounters a XAML error.

[System.Serializable]
public class XamlParseException : Exception
type XamlParseException = class
    inherit Exception
Inheritance
XamlParseException
Attributes

Constructors

XamlParseException()

For internal use by the XAML engine.

XamlParseException(SerializationInfo, StreamingContext)

For internal use by the XAML engine.

XamlParseException(String)

For internal use by the XAML engine.

XamlParseException(String, Exception)

For internal use by the XAML engine.

XamlParseException(String, IXmlLineInfo, Exception)

For internal use by the XAML engine.

Properties

XmlInfo

Information about the condition that caused the exception to be thrown.

Applies to