AudioException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| AudioException() |
Constructs a new AudioException. |
| AudioException(String) |
Constructs a new AudioException with the specified error message. |
AudioException()
Constructs a new AudioException.
public AudioException();
Applies to
AudioException(String)
Constructs a new AudioException with the specified error message.
public AudioException(string message);
new OpenTK.Audio.AudioException : string -> OpenTK.Audio.AudioException
Parameters
- message
- String
The error message of the AudioException.