C# 클래스 xZune.Bass.Tag.TagsLibNotFoundException

If we can't find "TagsLib.dll" in your provided path, this exception will be throwed.
상속: TagsLibException
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 메소드들

메소드 설명
TagsLibNotFoundException ( ) : System

Create a TagsLibNotFoundException with TagsLibManager.TagsLibDirectory.

TagsLibNotFoundException ( string tagsLibDirectory ) : System

Create a TagsLibNotFoundException with TagsLib library directory path.

메소드 상세

TagsLibNotFoundException() 공개 메소드

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

TagsLibNotFoundException() 공개 메소드

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