The Open Toolkit library
1.0
|
Represents exceptions related to invalid values. More...
Public Member Functions | |
AudioValueException () | |
Constructs a new instance. More... | |
AudioValueException (string message) | |
Constructs a new instance with the specified error message. More... | |
Public Member Functions inherited from OpenTK.Audio.AudioException | |
AudioException () | |
Constructs a new AudioException. More... | |
AudioException (string message) | |
Constructs a new AudioException with the specified error message. More... | |
Represents exceptions related to invalid values.
OpenTK.Audio.AudioValueException.AudioValueException | ( | ) |
Constructs a new instance.
OpenTK.Audio.AudioValueException.AudioValueException | ( | string | message | ) |
Constructs a new instance with the specified error message.
message | The error message of the AudioContextException. |