C# 클래스 WebMarkupMin.Yui.Reporters.YuiJsErrorReporter

YUI JS error reporter
상속: ErrorReporter
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin 1 사용 예제들

공개 메소드들

메소드 설명
Error ( string message, string sourceName, int line, string lineSource, int lineOffset ) : void

Reports a information about the error

RuntimeError ( string message, string sourceName, int line, string lineSource, int lineOffset ) : EcmaScript.NET.EcmaScriptRuntimeException

Creates a ECMAScript runtime exception

Warning ( string message, string sourceName, int line, string lineSource, int lineOffset ) : void

Reports a information about the warning

YuiJsErrorReporter ( ) : System.Collections.Generic

Constructs an instance of the YUI JS error reporter

메소드 상세

Error() 공개 메소드

Reports a information about the error
public Error ( string message, string sourceName, int line, string lineSource, int lineOffset ) : void
message string Message
sourceName string Fragment of source code
line int Line number
lineSource string Line content
lineOffset int Column number
리턴 void

RuntimeError() 공개 메소드

Creates a ECMAScript runtime exception
public RuntimeError ( string message, string sourceName, int line, string lineSource, int lineOffset ) : EcmaScript.NET.EcmaScriptRuntimeException
message string Message
sourceName string Fragment of source code
line int Line number
lineSource string Line content
lineOffset int Column number
리턴 EcmaScript.NET.EcmaScriptRuntimeException

Warning() 공개 메소드

Reports a information about the warning
public Warning ( string message, string sourceName, int line, string lineSource, int lineOffset ) : void
message string Message
sourceName string Fragment of source code
line int Line number
lineSource string Line content
lineOffset int Column number
리턴 void

YuiJsErrorReporter() 공개 메소드

Constructs an instance of the YUI JS error reporter
public YuiJsErrorReporter ( ) : System.Collections.Generic
리턴 System.Collections.Generic