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

Inheritance: System.Exception
Afficher le fichier Open project: h82258652/SoftwareKobo.Social.Sina.Weibo

Méthodes publiques

Méthode Description
HttpException ( ) : System
HttpException ( string message ) : System
HttpException ( string message, Exception innerException ) : System

Method Details

HttpException() public méthode

public HttpException ( ) : System
Résultat System

HttpException() public méthode

public HttpException ( string message ) : System
message string
Résultat System

HttpException() public méthode

public HttpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System