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
Afficher le fichier Open project: higankanshi/xZune.Bass

Méthodes publiques

Méthode Description
TagsLibLoadLibraryException ( ) : System

Create a TagsLibLoadLibraryException.

TagsLibLoadLibraryException ( Exception innerException ) : System

Create a TagsLibLoadLibraryException with a inner exception.

Method Details

TagsLibLoadLibraryException() public méthode

Create a TagsLibLoadLibraryException.
public TagsLibLoadLibraryException ( ) : System
Résultat System

TagsLibLoadLibraryException() public méthode

Create a TagsLibLoadLibraryException with a inner exception.
public TagsLibLoadLibraryException ( Exception innerException ) : System
innerException System.Exception
Résultat System