C# Class xZune.Bass.Tag.TagsLibNotFoundException

If we can't find "TagsLib.dll" in your provided path, this exception will be throwed.
Inheritance: TagsLibException
Mostrar archivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
TagsLibNotFoundException ( ) : System

Create a TagsLibNotFoundException with TagsLibManager.TagsLibDirectory.

TagsLibNotFoundException ( string tagsLibDirectory ) : System

Create a TagsLibNotFoundException with TagsLib library directory path.

Method Details

TagsLibNotFoundException() public method

Create a TagsLibNotFoundException with TagsLibManager.TagsLibDirectory.
public TagsLibNotFoundException ( ) : System
return System

TagsLibNotFoundException() public method

Create a TagsLibNotFoundException with TagsLib library directory path.
public TagsLibNotFoundException ( string tagsLibDirectory ) : System
tagsLibDirectory string
return System