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