Share via


XamlParseException 類別

定義

XAML 剖析器遇到 XAML 錯誤時所引發的例外狀況。

[System.Serializable]
public class XamlParseException : Exception
type XamlParseException = class
    inherit Exception
繼承
System.Exception
XamlParseException
屬性
System.SerializableAttribute

建構函式

XamlParseException()

供 XAML 引擎內部使用。

XamlParseException(SerializationInfo, StreamingContext)

供 XAML 引擎內部使用。

XamlParseException(String)

供 XAML 引擎內部使用。

XamlParseException(String, Exception)

供 XAML 引擎內部使用。

XamlParseException(String, IXmlLineInfo, Exception)

供 XAML 引擎內部使用。

屬性

XmlInfo

導致擲回例外狀況的狀況相關資訊。

適用於