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, ISerializable
    Inheritance
    object
    System.Exception
    CameraException
    CameraDeviceNotFoundException
    Implements
    System.Runtime.Serialization.ISerializable

    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

    Implements

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