Class ExpressionSyntaxException
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
Fields
SyntaxErrors
Syntax errors.
public readonly IList<ExpressionSyntaxException>? SyntaxErrors