SyntaxExpressionException - конструктор
Exception raised on syntax error.
Пространство имён: Tessa.Views.Parser.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public SyntaxExpressionException(
string message,
ParserState previousState,
CodeBlock? codeBlock,
Exception? innerException = null
)
Public Sub New (
message As String,
previousState As ParserState,
codeBlock As CodeBlock,
Optional innerException As Exception = Nothing
)
public:
SyntaxExpressionException(
String^ message,
ParserState previousState,
CodeBlock^ codeBlock,
Exception^ innerException = nullptr
)
new :
message : string *
previousState : ParserState *
codeBlock : CodeBlock *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> SyntaxExpressionException
Параметры
- message String
- The message.
- previousState ParserState
- The previous state.
- codeBlock CodeBlock
- The code block.
- innerException Exception (Optional)
- The inner exception.