Table of Contents

Class ParsedExpressionInvalidArrayElementException

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

Represents an error that occurred due to an invalid array element expression.

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

Constructors

ParsedExpressionInvalidArrayElementException(Type, Type)

public ParsedExpressionInvalidArrayElementException(Type expectedType, Type actualType)

Parameters

expectedType Type

Expected element type.

actualType Type

Actual element type.

Properties

ActualType

Actual element type.

public Type ActualType { get; }

Property Value

Type

ExpectedType

Expected element type.

public Type ExpectedType { get; }

Property Value

Type