EvalException(String, CodeBlock, Exception) - конструктор

Initializes a new instance of the EvalException class.

Definition

Пространство имён: Tessa.Views.Parser.ExpressionEval.Exceptions
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public EvalException(
	string message,
	CodeBlock codeBlock,
	Exception innerException
)

Параметры

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

См. также