Class CameraException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
The base exception class that is thrown when specific camera related error occurs.
public class CameraException : Exception, ISerializable
- Inheritance
- Derived
- Implements
Constructors
View SourceCameraException()
Initializes a new instance of the CameraException class.
Declaration
public CameraException()
API Level: 3
View SourceCameraException(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. |