C# Класс xZune.Bass.Tag.TagsLibException

A base class of TagsLib exceptions.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
TagsLibException ( string message ) : System

Create exception with a message.

TagsLibException ( string message, Exception innerException ) : System

Create exception with a message and a inner exception.

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

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

Create exception with a message.
public TagsLibException ( string message ) : System
message string exception message
Результат System

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

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