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.
public class ResourceLimitException : InvalidOperationException, ISerializable
- Inheritance
- Implements
Constructors
View SourceResourceLimitException(String)
Initializes a new instance of the ResourceLimitException class with a specified error message.
Declaration
public ResourceLimitException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error description. |