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.
public class CameraDeviceNotFoundException : CameraException, ISerializable
- Inheritance
- Implements
Constructors
View SourceCameraDeviceNotFoundException()
Initializes a new instance of the CameraDeviceNotFoundException class.
Declaration
public CameraDeviceNotFoundException()
API Level: 3
View SourceCameraDeviceNotFoundException(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. |