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

Inheritance: DownloadClientException
ファイルを表示 Open project: Animarr/Animarr

Public Methods

Method Description
DownloadClientAuthenticationException ( string message ) : System
DownloadClientAuthenticationException ( string message, Exception innerException ) : System

Method Details

DownloadClientAuthenticationException() public method

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

DownloadClientAuthenticationException() public method

public DownloadClientAuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System