C# 클래스 WebsiteBuilder.HttpException

Class HttpException
상속: System.Exception
파일 보기 프로젝트 열기: MediaBrowser/website 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

HttpException() 공개 메소드

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

HttpException() 공개 메소드

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.
리턴 System