Search Results for

    Show / Hide Table of Contents

    Class AudioPolicyException

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.dll

    The exception that is thrown when noncompliance with the sound system policy happens.

    public class AudioPolicyException : InvalidOperationException, ISerializable
    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    AudioPolicyException
    Implements
    ISerializable

    Constructors

    View Source

    AudioPolicyException()

    Initializes a new instance of the AudioPolicyException class.

    Declaration
    public AudioPolicyException()
    View Source

    AudioPolicyException(string)

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

    Declaration
    public AudioPolicyException(string message)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    View Source

    AudioPolicyException(string, Exception)

    Initializes a new instance of the AudioPolicyException class with a specified error message and inner exception.

    Declaration
    public AudioPolicyException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception..

    Implements

    ISerializable
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX