Method | Description | |
---|---|---|
ErrorReported ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void | ||
InitializeLifetimeService ( ) : object |
Method | Description | |
---|---|---|
ErrorListener ( ) : System |
Method | Description | |
---|---|---|
ReportError ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void |
public abstract ErrorReported ( ScriptSource source, string message, SourceSpan span, int errorCode, Severity severity ) : void | ||
source | ScriptSource | |
message | string | |
span | SourceSpan | |
errorCode | int | |
severity | Severity | |
return | void |
public InitializeLifetimeService ( ) : object | ||
return | object |