SyntaxException(String, ParserState, CodeBlock, Exception) - конструктор
Пространство имён: Tessa.Views.Parser.ExpressionEval.ExceptionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public SyntaxException(
string message,
ParserState previousState,
CodeBlock codeBlock,
Exception innerException
)
Public Sub New (
message As String,
previousState As ParserState,
codeBlock As CodeBlock,
innerException As Exception
)
public:
SyntaxException(
String^ message,
ParserState previousState,
CodeBlock^ codeBlock,
Exception^ innerException
)
new :
message : string *
previousState : ParserState *
codeBlock : CodeBlock *
innerException : Exception -> SyntaxException
Параметры
- message String
-
The message.
- previousState ParserState
-
The previous State.
- codeBlock CodeBlock
-
The code block.
- innerException Exception
-
The inner exception.