Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 801 Bytes

expression-evaluator-error-cxx0015.md

File metadata and controls

21 lines (15 loc) · 801 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0015
Expression Evaluator Error CXX0015
11/04/2016
CXX0015
CXX0015
CAN0015
35efaf77-d578-48d8-bfc5-fdeb2a46a8b5

Expression Evaluator Error CXX0015

expression too complex (stack overflow)

The expression entered was too complex or nested too deeply for the amount of storage available to the C expression evaluator.

Overflow usually occurs because of too many pending calculations.

Rearrange the expression so that each component of the expression can be evaluated as it is encountered, rather than having to wait for other parts of the expression to be calculated.

Break the expression into multiple commands.

This error is identical to CAN0015.