共用方式為


XamlParseException 類別

定義

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

public ref class XamlParseException : Exception
[System.Serializable]
public class XamlParseException : Exception
[<System.Serializable>]
type XamlParseException = class
    inherit Exception
Public Class XamlParseException
Inherits Exception
繼承
XamlParseException
屬性

建構函式

XamlParseException()

供 XAML 引擎內部使用。

XamlParseException(SerializationInfo, StreamingContext)
已淘汰.

供 XAML 引擎內部使用。

XamlParseException(String)

供 XAML 引擎內部使用。

XamlParseException(String, Exception)

供 XAML 引擎內部使用。

XamlParseException(String, IXmlLineInfo, Exception)

供 XAML 引擎內部使用。

屬性

XmlInfo

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

適用於