C# 클래스 Microsoft.Scripting.Hosting.ErrorListener

The host can use this class to track for errors reported during script parsing and compilation. Hosting API counterpart for ErrorSink.
상속: System.Object
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
ErrorReported ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void
InitializeLifetimeService ( ) : object

보호된 메소드들

메소드 설명
ErrorListener ( ) : System

비공개 메소드들

메소드 설명
ReportError ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void

메소드 상세

ErrorListener() 보호된 메소드

protected ErrorListener ( ) : System
리턴 System

ErrorReported() 공개 추상적인 메소드

public abstract ErrorReported ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void
source ScriptSource
message string
span SourceSpan
errorCode int
severity Severity
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object