C# Class WebsiteBuilder.HttpException

Class HttpException
Inheritance: System.Exception
Afficher le fichier Open project: MediaBrowser/website Class Usage Examples

Méthodes publiques

Méthode Description
HttpException ( string message ) : System

Initializes a new instance of the HttpException class.

HttpException ( string message, Exception innerException ) : System

Initializes a new instance of the HttpException class.

Method Details

HttpException() public méthode

Initializes a new instance of the HttpException class.
public HttpException ( string message ) : System
message string The message.
Résultat System

HttpException() public méthode

Initializes a new instance of the HttpException class.
public HttpException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System