C# 클래스 HtmlAgilityPack.HtmlWebException

Represents an exception thrown by the HtmlWeb utility class.
상속: Exception
파일 보기 프로젝트 열기: zzzprojects/html-agility-pack 1 사용 예제들

공개 메소드들

메소드 설명
HtmlWebException ( string message ) : System

Creates an instance of the HtmlWebException.

메소드 상세

HtmlWebException() 공개 메소드

Creates an instance of the HtmlWebException.
public HtmlWebException ( string message ) : System
message string The exception's message.
리턴 System