XamlParseException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XAML パーサーに XAML エラーが発生したときに発生する例外。
[System.Serializable]
public class XamlParseException : Exception
type XamlParseException = class
inherit Exception
- 継承
-
System.ExceptionXamlParseException
- 属性
-
System.SerializableAttribute
コンストラクター
XamlParseException() |
XAML エンジンによる内部使用向け。 |
XamlParseException(SerializationInfo, StreamingContext) |
XAML エンジンによる内部使用向け。 |
XamlParseException(String, Exception) |
XAML エンジンによる内部使用向け。 |
XamlParseException(String, IXmlLineInfo, Exception) |
XAML エンジンによる内部使用向け。 |
XamlParseException(String) |
XAML エンジンによる内部使用向け。 |
プロパティ
XmlInfo |
例外がスローされる原因となった状態に関する情報。 |