C# Class xZune.Bass.BassAlreadyInitilizedException

If you have called BassManager.Initialize to initialize Bass, you call it again, this exception will be throwed.
Inheritance: BassException
显示文件 Open project: higankanshi/xZune.Bass

Public Methods

Method Description
BassAlreadyInitilizedException ( ) : System

Create a BassAlreadyInitilizedException.

Method Details

BassAlreadyInitilizedException() public method

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