C# Class xZune.Bass.BassPluginNotFoundException

If we can't find plug-in DLL in your provided path, this exception will be throwed.
Inheritance: BassException
Afficher le fichier Open project: higankanshi/xZune.Bass

Méthodes publiques

Méthode Description
BassPluginNotFoundException ( string bassPluginDirectory, BassPlugin plugin ) : System

Create a xZune.Bass.BassLibraryNotFoundException with Bass library directory path.

Method Details

BassPluginNotFoundException() public méthode

Create a xZune.Bass.BassLibraryNotFoundException with Bass library directory path.
public BassPluginNotFoundException ( string bassPluginDirectory, BassPlugin plugin ) : System
bassPluginDirectory string
plugin BassPlugin
Résultat System