XamlParseException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.ExceptionXamlParseException
- 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, 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. |