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
    object
    System.Exception
    System.SystemException
    System.InvalidOperationException
    NoBufferSpaceException
    Implements
    System.Runtime.Serialization.ISerializable

    Constructors

    View Source

    NoBufferSpaceException(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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX