XamlParseException Classe

Definizione

Eccezione generata quando il parser XAML rileva un errore XAML.

[System.Serializable]
public class XamlParseException : Exception
type XamlParseException = class
    inherit Exception
Ereditarietà
System.Exception
XamlParseException
Attributi
System.SerializableAttribute

Costruttori

XamlParseException()

Per uso interno del motore XAML.

XamlParseException(SerializationInfo, StreamingContext)

Per uso interno del motore XAML.

XamlParseException(String)

Per uso interno del motore XAML.

XamlParseException(String, Exception)

Per uso interno del motore XAML.

XamlParseException(String, IXmlLineInfo, Exception)

Per uso interno del motore XAML.

Proprietà

XmlInfo

Informazioni sulla condizione che ha causato la generazione dell'eccezione.

Si applica a