Class CameraException

    Definition

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

    The base exception class that is thrown when specific camera related error occurs.

    public class CameraException : Exception, ISerializable
    Inheritance
    object
    System.Exception
    CameraException
    Derived
    CameraDeviceException
    CameraDeviceException
    CameraDeviceNotFoundException
    CameraDeviceNotFoundException
    Implements
    System.Runtime.Serialization.ISerializable

    Constructors

    View Source

    CameraException()

    Initializes a new instance of the CameraException class.

    Declaration
    public CameraException()
    View Source

    CameraException(string)

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

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

    A specified error message.

    Implements

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