Class RecorderDeviceException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
The exception that is thrown when a recorder device-related error occurs.
public class RecorderDeviceException : Exception, ISerializable
- Inheritance
-
objectSystem.
Exception RecorderDevice Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
View SourceRecorderDeviceException()
Initializes a new instance of the Recorder
Declaration
public RecorderDeviceException()
RecorderDeviceException(string, Exception)
Initializes a new instance of the Recorder
Declaration
public RecorderDeviceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
System. |
innerException |
RecorderDeviceException(string)
Initializes a new instance of the Recorder
Declaration
public RecorderDeviceException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Implements
System.Runtime.Serialization.ISerializable