XamlParseException Classe

Definizione

Eccezione generata quando il parser XAML rileva un errore XAML.

public ref class XamlParseException : Exception
[System.Serializable]
public class XamlParseException : Exception
[<System.Serializable>]
type XamlParseException = class
    inherit Exception
Public Class XamlParseException
Inherits Exception
Ereditarietà
XamlParseException
Attributi

Costruttori

XamlParseException()

Per uso interno del motore XAML.

XamlParseException(SerializationInfo, StreamingContext)
Obsoleti.

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.

XamlParseException(String)

Per uso interno del motore XAML.

Proprietà

XmlInfo

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

Si applica a