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

Inheritance: NzbDroneException
ファイルを表示 Open project: Maveth/Sportstarr

Public Methods

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

Method Details

DownloadClientException() public method

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

DownloadClientException() public method

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