Partager via


XamlParseException Classe

Définition

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

public ref class XamlParseException : Exception
[System.Serializable]
public class XamlParseException : Exception
[<System.Serializable>]
type XamlParseException = class
    inherit Exception
Public Class XamlParseException
Inherits Exception
Héritage
XamlParseException
Attributs

Constructeurs

XamlParseException()

Pour un usage interne par le moteur XAML.

XamlParseException(SerializationInfo, StreamingContext)
Obsolète.

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.

XamlParseException(String)

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 à