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, ISerializable
    Inheritance
    object
    System.Exception
    NotAvailableException
    Implements
    System.Runtime.Serialization.ISerializable

    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.

    Implements

    System.Runtime.Serialization.ISerializable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX