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#
Copy
public class NoBufferSpaceException : InvalidOperationException, ISerializable
Inheritance
Implements

Constructors

View Source

NoBufferSpaceException(String)

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

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

Error description.

API Level: 3

Implements