Class NotAvailableException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 6
The exception that is thrown when it is not available.
public class NotAvailableException : Exception, ISerializable
- Inheritance
- Implements
Constructors
View SourceNotAvailableException(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. |