C# Class xZune.Bass.PluginNotLoadedException

If you call some plug-in function, but it is not loaded, it will be throwed.
Inheritance: BassException
Afficher le fichier Open project: higankanshi/xZune.Bass

Méthodes publiques

Méthode Description
PluginNotLoadedException ( BassPlugin requestedPluginType ) : System

Create a PluginNotLoadedException.

Method Details

PluginNotLoadedException() public méthode

Create a PluginNotLoadedException.
public PluginNotLoadedException ( BassPlugin requestedPluginType ) : System
requestedPluginType BassPlugin
Résultat System