C# Class Nanook.TheGhost.AudioTool.OggPlaybackException

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

Public Methods

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

Method Details

OggPlaybackException() public method

public OggPlaybackException ( ) : System
return System

OggPlaybackException() public method

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

OggPlaybackException() public method

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