Class AudioPolicyException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
4

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

C#
Copy
public class AudioPolicyException : InvalidOperationException, ISerializable
Inheritance
System.Object
System.InvalidOperationException
AudioPolicyException
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

AudioPolicyException()

Initializes a new instance of the AudioPolicyException class.

Declaration
C#
Copy
public AudioPolicyException()
API Level: 4
View Source

AudioPolicyException(String)

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

Declaration
C#
Copy
public AudioPolicyException(string message)
Parameters
Type Name Description
System.String message

The error message that explains the reason for the exception.

API Level: 4
View Source

AudioPolicyException(String, Exception)

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

Declaration
C#
Copy
public AudioPolicyException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message that explains the reason for the exception.

Exception innerException

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

API Level: 4

Implements

System.Runtime.Serialization.ISerializable