Table of Contents

Class ParsedExpressionConstructException

Namespace
LfrlAnvil.Computable.Expressions.Exceptions
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents an error associated with an expression construct.

public class ParsedExpressionConstructException : InvalidOperationException, ISerializable
Inheritance
ParsedExpressionConstructException
Implements
Inherited Members

Constructors

ParsedExpressionConstructException(string, Type)

Creates a new ParsedExpressionConstructException instance.

public ParsedExpressionConstructException(string message, Type constructType)

Parameters

message string

Exception's message.

constructType Type

Construct's type.

Properties

ConstructType

Construct's type.

public Type ConstructType { get; }

Property Value

Type