C# 클래스 xZune.Bass.BassLibraryNotFoundException

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

공개 메소드들

메소드 설명
BassLibraryNotFoundException ( ) : System

Create a BassLibraryNotFoundException with BassManager.BassLibraryDirectory.

BassLibraryNotFoundException ( string bassLibraryDirectory ) : System

Create a BassLibraryNotFoundException with Bass library directory path.

메소드 상세

BassLibraryNotFoundException() 공개 메소드

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

BassLibraryNotFoundException() 공개 메소드

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