C# Class xZune.Bass.FunctionNotFoundException

If a function can't be found in Bass DLL, this exception will be throwed, maybe we should check the Bass version what the function need.
Inheritance: BassException
Exibir arquivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
FunctionNotFoundException ( BassFunctionAttribute functionInfo ) : System

Create a FunctionNotFoundException with function's information.

FunctionNotFoundException ( BassFunctionAttribute functionInfo, Exception innerException ) : System

Create a FunctionNotFoundException with function's information and a inner exception.

Method Details

FunctionNotFoundException() public method

Create a FunctionNotFoundException with function's information.
public FunctionNotFoundException ( BassFunctionAttribute functionInfo ) : System
functionInfo xZune.Bass.Interop.BassFunctionAttribute information of function
return System

FunctionNotFoundException() public method

Create a FunctionNotFoundException with function's information and a inner exception.
public FunctionNotFoundException ( BassFunctionAttribute functionInfo, Exception innerException ) : System
functionInfo xZune.Bass.Interop.BassFunctionAttribute information of function
innerException System.Exception inner exception
return System