Class CameraDeviceException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
The exception that is thrown when a camera device-related error occurs.
public class CameraDeviceException : CameraException, ISerializable
- Inheritance
- Implements
Constructors
View SourceCameraDeviceException()
Initializes a new instance of the CameraDeviceException class.
Declaration
public CameraDeviceException()
API Level: 3
View SourceCameraDeviceException(String)
Initializes a new instance of the CameraDeviceException class with a specified error message.
Declaration
public CameraDeviceException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | A specified error message. |