C# Class SoftwareKobo.Social.Sina.Weibo.HttpException

Inheritance: System.Exception
Datei anzeigen Open project: h82258652/SoftwareKobo.Social.Sina.Weibo

Public Methods

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

Method Details

HttpException() public method

public HttpException ( ) : System
return System

HttpException() public method

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

HttpException() public method

public HttpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System