Class RecorderDeviceException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
4

The exception that is thrown when a recorder device-related error occurs.

C#
Copy
public class RecorderDeviceException : Exception, ISerializable
Inheritance
RecorderDeviceException
Implements

Constructors

View Source

RecorderDeviceException()

Initializes a new instance of the RecorderDeviceException class.

Declaration
C#
Copy
public RecorderDeviceException()
API Level: 4
View Source

RecorderDeviceException(String)

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

Declaration
C#
Copy
public RecorderDeviceException(string message)
Parameters
Type Name Description
System.String message
API Level: 4
View Source

RecorderDeviceException(String, Exception)

Initializes a new instance of the RecorderDeviceException class with a specified error message and inner exception.

Declaration
C#
Copy
public RecorderDeviceException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
API Level: 4

Implements