C# Class NzbDrone.Core.Download.Clients.DownloadClientException

Inheritance: NzbDroneException
Afficher le fichier Open project: Maveth/Sportstarr

Méthodes publiques

Méthode Description
DownloadClientException ( string message ) : System
DownloadClientException ( string message, Exception innerException ) : System

Method Details

DownloadClientException() public méthode

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

DownloadClientException() public méthode

public DownloadClientException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System