Class AppNotFoundException

    Definition

    Namespace:
    Tizen.Applications.Exceptions
    Assembly:
    Tizen.Applications.Common.dll

    The class that represents the exception which will be thrown when the application to run is not found

    public class AppNotFoundException : InvalidOperationException
    Inheritance
    object
    AppNotFoundException

    Constructors

    View Source

    AppNotFoundException(string)

    Constructor

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

    The localized error message string

    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