Class CameraDeviceNotFoundException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

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

C#
Copy
public class CameraDeviceNotFoundException : CameraException, ISerializable
Inheritance
CameraDeviceNotFoundException
Implements

Constructors

View Source

CameraDeviceNotFoundException()

Initializes a new instance of the CameraDeviceNotFoundException class.

Declaration
C#
Copy
public CameraDeviceNotFoundException()
API Level: 3
View Source

CameraDeviceNotFoundException(String)

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

Declaration
C#
Copy
public CameraDeviceNotFoundException(string message)
Parameters
Type Name Description
System.String message

A specified error message.

API Level: 3

Implements