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