XamlParseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception that is raised when the XAML parser encounters a XAML error.
public ref class XamlParseException : Exception
[System.Serializable]
public class XamlParseException : Exception
[<System.Serializable>]
type XamlParseException = class
inherit Exception
Public Class XamlParseException
Inherits Exception
- Inheritance
-
XamlParseException
- Attributes
Constructors
XamlParseException() |
For internal use by the XAML engine. |
XamlParseException(SerializationInfo, StreamingContext) |
Obsolete.
For internal use by the XAML engine. |
XamlParseException(String, Exception) |
For internal use by the XAML engine. |
XamlParseException(String, IXmlLineInfo, Exception) |
For internal use by the XAML engine. |
XamlParseException(String) |
For internal use by the XAML engine. |
Properties
XmlInfo |
Information about the condition that caused the exception to be thrown. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.