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