C# Class Nanook.TheGhost.AudioTool.CantConvertMP3Exception

Inheritance: System.Exception
Mostrar archivo Open project: Nanook/TheGHOST

Public Methods

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

Method Details

CantConvertMP3Exception() public method

public CantConvertMP3Exception ( ) : System
return System

CantConvertMP3Exception() public method

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

CantConvertMP3Exception() public method

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