C# Class OpenTK.Audio.AudioDeviceException

Inheritance: AudioException
显示文件 Open project: hultqvist/opentk

Public Methods

Method Description
AudioDeviceException ( ) : System

Constructs a new AudioDeviceException.

AudioDeviceException ( string message ) : System

Constructs a new AudioDeviceException with the specified error message.

Method Details

AudioDeviceException() public method

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

AudioDeviceException() public method

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