Class CameraException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll

The base exception class that is thrown when specific camera related error occurs.

C#
Copy
public class CameraException : Exception, ISerializable
Inheritance
object
System.Exception
CameraException
Derived
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

CameraException()

Initializes a new instance of the CameraException class.

Declaration
C#
Copy
public CameraException()
View Source

CameraException(string)

Initializes a new instance of the CameraException class with a specified error message.

Declaration
C#
Copy
public CameraException(string message)
Parameters
Type Name Description
string message

A specified error message.

Implements

System.Runtime.Serialization.ISerializable