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
    Inheritance
    object
    ResourceLimitException

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX