C# Class xZune.Bass.Tag.TagsLibNotFoundException

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

Méthodes publiques

Méthode 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 méthode

Create a TagsLibNotFoundException with TagsLibManager.TagsLibDirectory.
public TagsLibNotFoundException ( ) : System
Résultat System

TagsLibNotFoundException() public méthode

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