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

Initializes a new instance of the SyntaxException class.

Definition

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

Параметры

message  String
The message.
previousState  ParserState
The previous State.
codeBlock  CodeBlock
The code block.
innerException  Exception
The inner exception.

См. также