C# Class 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.
Inheritance: BassException
Exibir arquivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
BassLoadLibraryException ( ) : System

Create a BassLoadLibraryException.

BassLoadLibraryException ( Exception innerException ) : System

Create a BassLoadLibraryException with a inner exception.

Method Details

BassLoadLibraryException() public method

Create a BassLoadLibraryException.
public BassLoadLibraryException ( ) : System
return System

BassLoadLibraryException() public method

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