C# Class xZune.Bass.BassPluginNotFoundException

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

Public Methods

Method Description
BassPluginNotFoundException ( string bassPluginDirectory, BassPlugin plugin ) : System

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

Method Details

BassPluginNotFoundException() public method

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