Class AudioPolicyException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Represents an exception that is thrown when there is a violation of the sound system policy. This exception indicates that an operation has attempted to perform an action that is not compliant with the established audio policies, which may affect audio playback or manipulation within the application.
public class AudioPolicyException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.
Exception System.System Exception System.Invalid Operation Exception AudioPolicy Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
View SourceAudioPolicyException()
Initializes a new instance of the Audio
Declaration
public AudioPolicyException()
AudioPolicyException(string, Exception)
Initializes a new instance of the Audio
Declaration
public AudioPolicyException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |
System. |
innerException | The exception that is the cause of the current exception.. |
AudioPolicyException(string)
Initializes a new instance of the Audio
Declaration
public AudioPolicyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |