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.
public class ResourceLimitException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionResourceLimitException
- Implements
-
System.Runtime.Serialization.ISerializable
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. |
Implements
System.Runtime.Serialization.ISerializable