C# Class OpenTK.Audio.AudioContextException

Represents exceptions related to an OpenTK.Audio.AudioContext.
Inheritance: AudioException
显示文件 Open project: hultqvist/opentk

Public Methods

Method Description
AudioContextException ( ) : System

Constructs a new AudioContextException.

AudioContextException ( string message ) : System

Constructs a new AudioContextException with the specified error message.

Method Details

AudioContextException() public method

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

AudioContextException() public method

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