C# Class OpenTK.Audio.AudioException

Represents exceptions related to the OpenTK.Audio subsystem.
Inheritance: System.Exception
ファイルを表示 Open project: hultqvist/opentk

Public Methods

Method Description
AudioException ( ) : System

Constructs a new AudioException.

AudioException ( string message ) : System

Constructs a new AudioException with the specified error message.

Method Details

AudioException() public method

Constructs a new AudioException.
public AudioException ( ) : System
return System

AudioException() public method

Constructs a new AudioException with the specified error message.
public AudioException ( string message ) : System
message string The error message of the AudioException.
return System