Represents exceptions related to an OpenTK.Audio.AudioContext. More...
Public Member Functions | |
| AudioContextException () | |
| Constructs a new AudioContextException. | |
| AudioContextException (string message) | |
| Constructs a new AudioContextException with the specified error message. | |
Represents exceptions related to an OpenTK.Audio.AudioContext.
Definition at line 36 of file AudioContextException.cs.
| OpenTK.Audio.AudioContextException.AudioContextException | ( | ) |
Constructs a new AudioContextException.
Definition at line 39 of file AudioContextException.cs.
| OpenTK.Audio.AudioContextException.AudioContextException | ( | string | message | ) |
Constructs a new AudioContextException with the specified error message.
| message | The error message of the AudioContextException. |
Definition at line 42 of file AudioContextException.cs.
1.6.1