C# Class SData.Compiler.CompilerContext

Inheritance: LoadingContext
Datei anzeigen Open project: knat/SData

Public Methods

Method Description
ErrorAndThrow ( DiagMsgEx diagMsg, TextSpan textSpan ) : void

Private Methods

Method Description
Error ( DiagMsgEx diagMsg, TextSpan textSpan ) : void

Method Details

ErrorAndThrow() public static method

public static ErrorAndThrow ( DiagMsgEx diagMsg, TextSpan textSpan ) : void
diagMsg DiagMsgEx
textSpan TextSpan
return void