Show / Hide Table of Contents

    Class MediaDatabaseException

    The exception that is thrown when a database operation failed.

    Inheritance
    Object
    Exception
    MediaDatabaseException
    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.Content.MediaContent
    Assembly: Tizen.Content.MediaContent.dll
    Syntax
    public class MediaDatabaseException : Exception, ISerializable

    Properties

    Error

    Gets the error that causes the exception.

    Declaration
    public MediaDatabaseError Error { get; }
    Property Value
    Type Description
    MediaDatabaseError

    The MediaDatabaseError that causes the exception.

    API Version
    4

    Implements

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