C# Class Catrobat.IDE.Core.Formulas.SemanticsErrorException

Inheritance: System.Exception
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
SemanticsErrorException ( FormulaTree node, string message ) : System

Method Details

SemanticsErrorException() public method

public SemanticsErrorException ( FormulaTree node, string message ) : System
node Catrobat.IDE.Core.Models.Formulas.Tree.FormulaTree
message string
return System