C# Class AMDownloader.ObjectModel.AMDownloaderException

Inheritance: Exception
Datei anzeigen Open project: antikmozib/AM-Downloader

Public Methods

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

Method Details

AMDownloaderException() public method

public AMDownloaderException ( ) : System
return System

AMDownloaderException() public method

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

AMDownloaderException() public method

public AMDownloaderException ( string message, Exception inner ) : System
message string
inner Exception
return System