Class MediaDatabaseException
The exception that is thrown when a database operation failed.
Implements
Inherited Members
Namespace: Tizen.Content.MediaContent
Assembly: Tizen.Content.MediaContent.dll
Syntax
public class MediaDatabaseException : Exception, ISerializable
Properties
Error
Gets the error that causes the exception.
Declaration
public MediaDatabaseError Error { get; }
Property Value
Type | Description |
---|---|
MediaDatabaseError | The MediaDatabaseError that causes the exception. |