C# Class WebsiteBuilder.HttpException

Class HttpException
Inheritance: System.Exception
Show file Open project: MediaBrowser/website Class Usage Examples

Public Methods

Method 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 method

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

HttpException() public method

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.
return System