Represents exceptions related to invalid values. More...
Public Member Functions | |
| AudioValueException () | |
| Constructs a new instance. | |
| AudioValueException (string message) | |
| Constructs a new instance with the specified error message. | |
Represents exceptions related to invalid values.
Definition at line 35 of file AudioValueException.cs.
| OpenTK.Audio.AudioValueException.AudioValueException | ( | ) |
| OpenTK.Audio.AudioValueException.AudioValueException | ( | string | message | ) |
Constructs a new instance with the specified error message.
| message | The error message of the AudioContextException. |
Definition at line 41 of file AudioValueException.cs.
1.6.1