Class ResourceLimitException

Definition

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

The exception that is thrown when there is no available resource for internal use.

C#
Copy
public class ResourceLimitException : InvalidOperationException, ISerializable
Inheritance
Implements

Constructors

View Source

ResourceLimitException(String)

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

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

Error description.

API Level: 3

Implements