Class RecordNotFoundException

    Definition

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

    The exception that is thrown when no record is found in the database.

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

    Constructors

    View Source

    RecordNotFoundException()

    Initializes a new instance of the RecordNotFoundException class.

    Declaration
    public RecordNotFoundException()
    View Source

    RecordNotFoundException(string, Exception)

    Initializes a new instance of the RecordNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public RecordNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    System.Exception innerException

    The exception that is the cause of the current exception.

    View Source

    RecordNotFoundException(string)

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

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

    The message that describes the error.

    Implements

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