C# Класс 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.
Наследование: BassException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FunctionNotFoundException() публичный Метод

Create a FunctionNotFoundException with function's information.
public FunctionNotFoundException ( BassFunctionAttribute functionInfo ) : System
functionInfo xZune.Bass.Interop.BassFunctionAttribute information of function
Результат System

FunctionNotFoundException() публичный Метод

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
Результат System