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
    Inheritance
    object
    RecorderDeviceException

    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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX