C# Class OpenTK.Audio.AudioDeviceException

Inheritance: AudioException
Afficher le fichier Open project: hultqvist/opentk

Méthodes publiques

Méthode Description
AudioDeviceException ( ) : System

Constructs a new AudioDeviceException.

AudioDeviceException ( string message ) : System

Constructs a new AudioDeviceException with the specified error message.

Method Details

AudioDeviceException() public méthode

Constructs a new AudioDeviceException.
public AudioDeviceException ( ) : System
Résultat System

AudioDeviceException() public méthode

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