Class CameraDeviceNotFoundException

    Definition

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

    The exception that is thrown when a camera device is not available.

    public class CameraDeviceNotFoundException : CameraException
    Inheritance
    object
    CameraException
    CameraDeviceNotFoundException

    Constructors

    View Source

    CameraDeviceNotFoundException()

    Initializes a new instance of the CameraDeviceNotFoundException class.

    Declaration
    public CameraDeviceNotFoundException()
    View Source

    CameraDeviceNotFoundException(string)

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

    Declaration
    public CameraDeviceNotFoundException(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