EvalExpressionException - конструктор

Exception raised on creating of expression tree from internal tree.

Definition

Пространство имён: Tessa.Views.Parser.Expressions
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public EvalExpressionException(
	string message,
	CodeBlock? codeBlock,
	Exception? innerException = null
)

Параметры

message  String
The message.
codeBlock  CodeBlock
The code block.
innerException  Exception  (Optional)
The inner exception.

См. также