C# Class FurryDownloader.InterruptException

下载被中断时候引发的异常
Inheritance: Exception
Show file Open project: recallfuture/FurryDownloader

Public Methods

Method Description
InterruptException ( string message ) : System

Method Details

InterruptException() public method

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