Class RecorderDeviceException

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    The exception that is thrown when a recorder device-related error occurs.

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

    Constructors

    View Source

    RecorderDeviceException()

    Initializes a new instance of the RecorderDeviceException class.

    Declaration
    public RecorderDeviceException()
    View Source

    RecorderDeviceException(string, Exception)

    Initializes a new instance of the RecorderDeviceException class with a specified error message and inner exception.

    Declaration
    public RecorderDeviceException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    System.Exception innerException
    View Source

    RecorderDeviceException(string)

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

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

    Implements

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