Catrobat.IDE.Core.Formulas.SemanticsErrorException.SemanticsErrorException C# (CSharp) Метод

SemanticsErrorException() публичный Метод

public SemanticsErrorException ( FormulaTree node, string message ) : System
node Catrobat.IDE.Core.Models.Formulas.Tree.FormulaTree
message string
Результат System
        public SemanticsErrorException(FormulaTree node, string message) : base(message)
        {
            Node = node;
        }
    }
SemanticsErrorException