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 |
会引发该异常的条件的相关信息。 |