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.
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. |