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.ExceptionRecorderDeviceException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceRecorderDeviceException()
Initializes a new instance of the RecorderDeviceException class.
Declaration
public RecorderDeviceException()
RecorderDeviceException(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 | |
System.Exception | innerException |
RecorderDeviceException(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 |
Implements
System.Runtime.Serialization.ISerializable