C# Class HtmlParserSharp.Common.ParserErrorEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
ParserErrorEventArgs ( string message, bool isWarning ) : System

Method Details

ParserErrorEventArgs() public method

public ParserErrorEventArgs ( string message, bool isWarning ) : System
message string
isWarning bool
return System