Class XamlParseException

    Definition

    Namespace:
    Tizen.NUI.Xaml
    Assembly:
    Tizen.NUI.dll
    public class XamlParseException : Exception
    Inheritance
    object
    XamlParseException

    Constructors

    View Source

    XamlParseException()

    Initializes a new instance.

    Declaration
    public XamlParseException()
    View Source

    XamlParseException(string, Exception)

    Initializes a new instance with message and inner exception.

    Declaration
    public XamlParseException(string message, Exception innerException = null)
    Parameters
    Type Name Description
    string message
    Exception innerException
    View Source

    XamlParseException(string, IXmlLineInfo, Exception)

    Declaration
    public XamlParseException(string message, IXmlLineInfo xmlInfo, Exception innerException = null)
    Parameters
    Type Name Description
    string message
    IXmlLineInfo xmlInfo
    Exception innerException
    View Source

    XamlParseException(string)

    Initializes a new instance with message.

    Declaration
    public XamlParseException(string message)
    Parameters
    Type Name Description
    string message

    Properties

    View Source

    XmlInfo

    Declaration
    public IXmlLineInfo XmlInfo { get; }
    Property Value
    Type Description
    IXmlLineInfo

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX