Class ResourceLimitException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll

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

C#
Copy
public class ResourceLimitException : InvalidOperationException, ISerializable
Inheritance
object
System.Exception
System.SystemException
System.InvalidOperationException
ResourceLimitException
Implements
System.Runtime.Serialization.ISerializable

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
string message

Error description.

Implements

System.Runtime.Serialization.ISerializable