C# 클래스 NodeNetAsync.Yui.Compressor.ErrorReporterMock

상속: ErrorReporter
파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 메소드들

메소드 설명
error ( string str1, string str2, int i1, string str3, int i2 ) : void
runtimeError ( string str1, string str2, int i1, string str3, int i2 ) : EvaluatorException
warning ( string str1, string str2, int i1, string str3, int i2 ) : void

메소드 상세

error() 공개 메소드

public error ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
리턴 void

runtimeError() 공개 메소드

public runtimeError ( string str1, string str2, int i1, string str3, int i2 ) : EvaluatorException
str1 string
str2 string
i1 int
str3 string
i2 int
리턴 EvaluatorException

warning() 공개 메소드

public warning ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
리턴 void