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.
public class RecorderDeviceException : Exception, ISerializable
- Inheritance
- Implements
Constructors
View SourceRecorderDeviceException()
Initializes a new instance of the RecorderDeviceException class.
Declaration
public RecorderDeviceException()
API Level: 4
View SourceRecorderDeviceException(String)
Initializes a new instance of the RecorderDeviceException class with a specified error message.
Declaration
public RecorderDeviceException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
API Level: 4
View SourceRecorderDeviceException(String, Exception)
Initializes a new instance of the RecorderDeviceException class with a specified error message and inner exception.
Declaration
public RecorderDeviceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |