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