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

    Constructors

    View Source

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