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