Show / Hide Table of Contents

    Class NotAvailableException

    The exception that is thrown when there it is not available.

    Inheritance
    Object
    Exception
    NotAvailableException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Tizen.Multimedia
    Assembly: Tizen.Multimedia.MediaPlayer.dll
    Syntax
    public class NotAvailableException : Exception, ISerializable

    Constructors

    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.

    API Version
    6

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX