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
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceCameraDeviceNotFoundException()
Initializes a new instance of the CameraDeviceNotFoundException class.
Declaration
public CameraDeviceNotFoundException()
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