Class NotAvailableException

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    The exception that is thrown when it is not available.

    public class NotAvailableException : Exception
    Inheritance
    object
    NotAvailableException

    Constructors

    View Source

    NotAvailableException(string)

    Initializes a new instance of the NotAvailableException class with a specified error message.

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

    Error description.

    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