C# Class xZune.Bass.PluginNotLoadedException

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

Public Methods

Method Description
PluginNotLoadedException ( BassPlugin requestedPluginType ) : System

Create a PluginNotLoadedException.

Method Details

PluginNotLoadedException() public method

Create a PluginNotLoadedException.
public PluginNotLoadedException ( BassPlugin requestedPluginType ) : System
requestedPluginType BassPlugin
return System