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

Inheritance: DownloadClientException
Afficher le fichier Open project: Animarr/Animarr

Méthodes publiques

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

Method Details

DownloadClientAuthenticationException() public méthode

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

DownloadClientAuthenticationException() public méthode

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