Class MediaDatabaseException
Definition
- Namespace:
- Tizen.Content.Media
Content
- Assembly:
- Tizen.Content.MediaContent.dll
The exception that is thrown when a database operation failed.
public class MediaDatabaseException : Exception, ISerializable
- Inheritance
-
objectSystem.
Exception MediaDatabase Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Properties
View SourceError
Gets the error that causes the exception.
Declaration
public MediaDatabaseError Error { get; }
Property Value
Type | Description |
---|---|
Media |
The Media |
Implements
System.Runtime.Serialization.ISerializable