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