Class MediaDatabaseException
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
The exception that is thrown when a database operation failed.
C#Copypublic class MediaDatabaseException : Exception, ISerializable
- Inheritance
- Implements
-
System.Runtime.Serialization.ISerializable
Properties
Declaration
C#Copypublic MediaDatabaseError Error { get; }
Property Value
Type | Description |
---|---|
MediaDatabaseError | The MediaDatabaseError that causes the exception. |
API Level: 4
Implements
System.Runtime.Serialization.ISerializable