C# Class OpenTK.Audio.AudioException

Represents exceptions related to the OpenTK.Audio subsystem.
Inheritance: System.Exception
Afficher le fichier Open project: hultqvist/opentk

Méthodes publiques

Méthode Description
AudioException ( ) : System

Constructs a new AudioException.

AudioException ( string message ) : System

Constructs a new AudioException with the specified error message.

Method Details

AudioException() public méthode

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

AudioException() public méthode

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