Class RecordNotFoundException
Definition
- Namespace:
- Tizen.Content.Media
Content
- Assembly:
- Tizen.Content.MediaContent.dll
The exception that is thrown when no record is found in the database.
public class RecordNotFoundException : Exception, ISerializable
- Inheritance
-
objectSystem.
Exception RecordNot Found Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
View SourceRecordNotFoundException()
Initializes a new instance of the Record
Declaration
public RecordNotFoundException()
RecordNotFoundException(string, Exception)
Initializes a new instance of the Record
Declaration
public RecordNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
System. |
innerException | The exception that is the cause of the current exception. |
RecordNotFoundException(string)
Initializes a new instance of the Record
Declaration
public RecordNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Implements
System.Runtime.Serialization.ISerializable