C# Class FurryDownloader.NetworkException

网络问题引发的异常
Inheritance: Exception
Show file Open project: recallfuture/FurryDownloader

Public Methods

Method Description
NetworkException ( string message ) : System

Method Details

NetworkException() public method

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