Table of Contents

Class ExpressionSyntaxException

Namespace
Tlabs.Dynamic
Assembly
Tlabs.Core.dll

Exception thrown on expression syntax error.

public class ExpressionSyntaxException : AppConfigException, ISerializable
Inheritance
ExpressionSyntaxException
Implements
Inherited Members
Extension Methods

Constructors

ExpressionSyntaxException()

Default ctor

public ExpressionSyntaxException()

ExpressionSyntaxException(IList<ExpressionSyntaxException>)

Ctor from message and inner exception.

public ExpressionSyntaxException(IList<ExpressionSyntaxException> syntaxErrors)

Parameters

syntaxErrors IList<ExpressionSyntaxException>

ExpressionSyntaxException(string)

Ctor from message

public ExpressionSyntaxException(string message)

Parameters

message string

ExpressionSyntaxException(string, Exception)

Ctor from message and inner exception.

public ExpressionSyntaxException(string message, Exception e)

Parameters

message string
e Exception

Fields

SyntaxErrors

Syntax errors.

public readonly IList<ExpressionSyntaxException>? SyntaxErrors

Field Value

IList<ExpressionSyntaxException>