C# Class Nanook.TheGhost.AudioTool.OggNotInstalledException

Inheritance: System.Exception
ファイルを表示 Open project: Nanook/TheGHOST

Public Methods

Method Description
OggNotInstalledException ( ) : System
OggNotInstalledException ( string message ) : System
OggNotInstalledException ( string message, Exception inner ) : System

Method Details

OggNotInstalledException() public method

public OggNotInstalledException ( ) : System
return System

OggNotInstalledException() public method

public OggNotInstalledException ( string message ) : System
message string
return System

OggNotInstalledException() public method

public OggNotInstalledException ( string message, Exception inner ) : System
message string
inner System.Exception
return System