C# 클래스 xZune.Bass.Tag.FunctionNotFoundException

If a function can't be found in TagsLib DLL, this exception will be throwed, maybe we should check the TagsLib version what the function need.
상속: TagsLibException
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 메소드들

메소드 설명
FunctionNotFoundException ( TagsLibFunctionAttribute functionInfo ) : System

Create a FunctionNotFoundException with function's information.

FunctionNotFoundException ( TagsLibFunctionAttribute 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 ( TagsLibFunctionAttribute functionInfo ) : System
functionInfo xZune.Bass.Tag.Interop.TagsLibFunctionAttribute information of function
리턴 System

FunctionNotFoundException() 공개 메소드

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