Table of Contents

Class ParsedExpressionUnresolvableIndexerException

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

Represents an error that occurred due to a missing indexer property.

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

Constructors

ParsedExpressionUnresolvableIndexerException(Type, IReadOnlyList<Type>)

public ParsedExpressionUnresolvableIndexerException(Type targetType, IReadOnlyList<Type> parameterTypes)

Parameters

targetType Type

Target type.

parameterTypes IReadOnlyList<Type>

Indexer parameter types.

Properties

ParameterTypes

Indexer parameter types.

public IReadOnlyList<Type> ParameterTypes { get; }

Property Value

IReadOnlyList<Type>

TargetType

Target type.

public Type TargetType { get; }

Property Value

Type