Class MediaDatabaseException

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    The exception that is thrown when a database operation failed.

    public class MediaDatabaseException : Exception, ISerializable
    Inheritance
    object
    System.Exception
    MediaDatabaseException
    Implements
    System.Runtime.Serialization.ISerializable

    Properties

    View Source

    Error

    Gets the error that causes the exception.

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

    The MediaDatabaseError that causes the exception.

    Implements

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