C# Class xZune.Bass.BassLoadLibraryException

If some exception throwed when loading Bass, this exception will be throwed. Maybe you should check the Bass target platform and your APP target platform.
Inheritance: BassException
Afficher le fichier Open project: higankanshi/xZune.Bass

Méthodes publiques

Méthode Description
BassLoadLibraryException ( ) : System

Create a BassLoadLibraryException.

BassLoadLibraryException ( Exception innerException ) : System

Create a BassLoadLibraryException with a inner exception.

Method Details

BassLoadLibraryException() public méthode

Create a BassLoadLibraryException.
public BassLoadLibraryException ( ) : System
Résultat System

BassLoadLibraryException() public méthode

Create a BassLoadLibraryException with a inner exception.
public BassLoadLibraryException ( Exception innerException ) : System
innerException System.Exception
Résultat System