Class NotAvailableException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
6

The exception that is thrown when it is not available.

C#
Copy
public class NotAvailableException : Exception, ISerializable
Inheritance
System.Object
NotAvailableException
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

NotAvailableException(String)

Initializes a new instance of the NotAvailableException class with a specified error message.

Declaration
C#
Copy
public NotAvailableException(string message)
Parameters
Type Name Description
System.String message

Error description.

API Level: 6

Implements

System.Runtime.Serialization.ISerializable