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

If some exception throwed when loading TagsLib, this exception will be throwed. Maybe you should check the TagsLib target platform and your APP target platform.
상속: TagsLibException
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 메소드들

메소드 설명
TagsLibLoadLibraryException ( ) : System

Create a TagsLibLoadLibraryException.

TagsLibLoadLibraryException ( Exception innerException ) : System

Create a TagsLibLoadLibraryException with a inner exception.

메소드 상세

TagsLibLoadLibraryException() 공개 메소드

Create a TagsLibLoadLibraryException.
public TagsLibLoadLibraryException ( ) : System
리턴 System

TagsLibLoadLibraryException() 공개 메소드

Create a TagsLibLoadLibraryException with a inner exception.
public TagsLibLoadLibraryException ( Exception innerException ) : System
innerException System.Exception
리턴 System