C# Class SData.Compiler.CompilerContext

Inheritance: LoadingContext
Afficher le fichier Open project: knat/SData

Méthodes publiques

Méthode Description
ErrorAndThrow ( DiagMsgEx diagMsg, TextSpan textSpan ) : void

Private Methods

Méthode Description
Error ( DiagMsgEx diagMsg, TextSpan textSpan ) : void

Method Details

ErrorAndThrow() public static méthode

public static ErrorAndThrow ( DiagMsgEx diagMsg, TextSpan textSpan ) : void
diagMsg DiagMsgEx
textSpan TextSpan
Résultat void