ExpressionExceptionBase - конструктор
Base exception for all Expression Eval exceptions.
Пространство имён: Tessa.Views.Parser.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
protected ExpressionExceptionBase(
string message,
CodeBlock? codeBlock,
Exception? innerException = null
)
Protected Sub New (
message As String,
codeBlock As CodeBlock,
Optional innerException As Exception = Nothing
)
protected:
ExpressionExceptionBase(
String^ message,
CodeBlock^ codeBlock,
Exception^ innerException = nullptr
)
new :
message : string *
codeBlock : CodeBlock *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> ExpressionExceptionBase
Параметры
- message String
- The message.
- codeBlock CodeBlock
- The code block.
- innerException Exception (Optional)
- The inner exception.