Пример #1
0
        public SyntaxErrorException CreateExceptionOnCurrentLine(string message, SourceCodeIterator iterator)
        {
            var cp = iterator.GetPositionInfo();

            return(new SyntaxErrorException(cp, message));
        }