SyntaxException(String, ParserState, CodeBlock, Exception) - конструктор |
Пространство имён:
Tessa.Views.Parser.ExpressionEval.Exceptions
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The message.
- previousState
- Тип: Tessa.Views.Parser.ExpressionEvalParserState
The previous State.
- codeBlock
- Тип: Tessa.Views.Parser.ExpressionEvalCodeBlock
The code block.
- innerException
- Тип: SystemException
The inner exception.
См. также