C# Класс Nanook.TheGhost.AudioTool.OggNotInstalledException

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

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

Метод Описание
OggNotInstalledException ( ) : System
OggNotInstalledException ( string message ) : System
OggNotInstalledException ( string message, Exception inner ) : System

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

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

public OggNotInstalledException ( ) : System
Результат System

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

public OggNotInstalledException ( string message ) : System
message string
Результат System

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

public OggNotInstalledException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System