C# Class AMDownloader.ObjectModel.AMDownloaderException

Inheritance: Exception
Afficher le fichier Open project: antikmozib/AM-Downloader

Méthodes publiques

Méthode Description
AMDownloaderException ( ) : System
AMDownloaderException ( string message ) : System
AMDownloaderException ( string message, Exception inner ) : System

Method Details

AMDownloaderException() public méthode

public AMDownloaderException ( ) : System
Résultat System

AMDownloaderException() public méthode

public AMDownloaderException ( string message ) : System
message string
Résultat System

AMDownloaderException() public méthode

public AMDownloaderException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System