C# Class xZune.Bass.Tag.TagsLibException

A base class of TagsLib exceptions.
Inheritance: System.Exception
Mostrar archivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
TagsLibException ( string message ) : System

Create exception with a message.

TagsLibException ( string message, Exception innerException ) : System

Create exception with a message and a inner exception.

Method Details

TagsLibException() public method

Create exception with a message.
public TagsLibException ( string message ) : System
message string exception message
return System

TagsLibException() public method

Create exception with a message and a inner exception.
public TagsLibException ( string message, Exception innerException ) : System
message string exception message
innerException System.Exception inner exception
return System