C# Class xZune.Bass.Tag.TagsLibLoadLibraryException

If some exception throwed when loading TagsLib, this exception will be throwed. Maybe you should check the TagsLib target platform and your APP target platform.
Inheritance: TagsLibException
Mostrar archivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
TagsLibLoadLibraryException ( ) : System

Create a TagsLibLoadLibraryException.

TagsLibLoadLibraryException ( Exception innerException ) : System

Create a TagsLibLoadLibraryException with a inner exception.

Method Details

TagsLibLoadLibraryException() public method

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

TagsLibLoadLibraryException() public method

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