C# Class IInteractive.MarkupValidator.Problem

Mostrar archivo Open project: iinteractive/IInteractive.WebTest

Public Methods

Method Description
Problem ( ) : System
Problem ( int Line, int Col, string Message ) : System

Method Details

Problem() public method

public Problem ( ) : System
return System

Problem() public method

public Problem ( int Line, int Col, string Message ) : System
Line int
Col int
Message string
return System