Class NoBufferSpaceException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
The exception that is thrown when there is no available space in a buffer.
C#Copypublic class NoBufferSpaceException : InvalidOperationException, ISerializable
- Inheritance
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View Source
NoBufferSpaceException(String)
Initializes a new instance of the NoBufferSpaceException class with a specified error message.
Declaration
C#Copypublic NoBufferSpaceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error description. |
API Level: 3
Implements
System.Runtime.Serialization.ISerializable