C# Class xZune.Bass.BassLibraryNotFoundException

If we can't find "bass.dll" in your provided path, this exception will be throwed.
Inheritance: BassException
Exibir arquivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
BassLibraryNotFoundException ( ) : System

Create a BassLibraryNotFoundException with BassManager.BassLibraryDirectory.

BassLibraryNotFoundException ( string bassLibraryDirectory ) : System

Create a BassLibraryNotFoundException with Bass library directory path.

Method Details

BassLibraryNotFoundException() public method

Create a BassLibraryNotFoundException with BassManager.BassLibraryDirectory.
public BassLibraryNotFoundException ( ) : System
return System

BassLibraryNotFoundException() public method

Create a BassLibraryNotFoundException with Bass library directory path.
public BassLibraryNotFoundException ( string bassLibraryDirectory ) : System
bassLibraryDirectory string
return System