C# 클래스 xZune.Bass.BassLoadLibraryException

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

공개 메소드들

메소드 설명
BassLoadLibraryException ( ) : System

Create a BassLoadLibraryException.

BassLoadLibraryException ( Exception innerException ) : System

Create a BassLoadLibraryException with a inner exception.

메소드 상세

BassLoadLibraryException() 공개 메소드

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

BassLoadLibraryException() 공개 메소드

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