Class NotAvailableException
The exception that is thrown when there it is not available.
Implements
Inherited Members
Namespace: Tizen.Multimedia
Assembly: Tizen.Multimedia.MediaPlayer.dll
Syntax
public class NotAvailableException : Exception, ISerializable
Constructors
NotAvailableException(String)
Initializes a new instance of the NotAvailableException class with a specified error message.
Declaration
public NotAvailableException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error description. |