Partager via


XamlParseException Classe

Définition

Exception levée quand l’analyseur XAML rencontre une erreur XAML.

[System.Serializable]
public class XamlParseException : Exception
type XamlParseException = class
    inherit Exception
Héritage
System.Exception
XamlParseException
Attributs
System.SerializableAttribute

Constructeurs

XamlParseException()

Pour un usage interne par le moteur XAML.

XamlParseException(SerializationInfo, StreamingContext)

Pour un usage interne par le moteur XAML.

XamlParseException(String)

Pour un usage interne par le moteur XAML.

XamlParseException(String, Exception)

Pour un usage interne par le moteur XAML.

XamlParseException(String, IXmlLineInfo, Exception)

Pour un usage interne par le moteur XAML.

Propriétés

XmlInfo

Informations sur la condition ayant provoqué la levée de l’exception.

S’applique à