Class AudioValueException
Represents exceptions related to invalid values.
Inherited Members
Namespace: OpenTK.Audio
Assembly: OpenTK.dll
Syntax
public class AudioValueException : AudioException, ISerializable, _Exception
Constructors
AudioValueException()
Constructs a new instance.
Declaration
public AudioValueException()
AudioValueException(String)
Constructs a new instance with the specified error message.
Declaration
public AudioValueException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message of the AudioContextException. |