Class CameraDeviceException

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

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

    public class CameraDeviceException : CameraException
    Inheritance
    object
    CameraException
    CameraDeviceException

    Constructors

    View Source

    CameraDeviceException()

    Initializes a new instance of the CameraDeviceException class.

    Declaration
    public CameraDeviceException()
    View Source

    CameraDeviceException(string)

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

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

    A specified error 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