C# Class IInteractive.MarkupValidator.Error

Inheritance: Problem
Show file Open project: iinteractive/IInteractive.WebTest

Public Methods

Method Description
Error ( ) : System
Error ( int Line, int Col, string Message, int Messageid, string Explanation, string Source ) : System

Method Details

Error() public method

public Error ( ) : System
return System

Error() public method

public Error ( int Line, int Col, string Message, int Messageid, string Explanation, string Source ) : System
Line int
Col int
Message string
Messageid int
Explanation string
Source string
return System