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

Initializes a new instance of the BaseException class.

Definition

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

Параметры

message  String
The message.
codeBlock  CodeBlock
The code block.

См. также