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>)
Creates a new ParsedExpressionUnresolvableIndexerException instance.
public ParsedExpressionUnresolvableIndexerException(Type targetType, IReadOnlyList<Type> parameterTypes)
Parameters
targetType
TypeTarget type.
parameterTypes
IReadOnlyList<Type>Indexer parameter types.
Properties
ParameterTypes
Indexer parameter types.
public IReadOnlyList<Type> ParameterTypes { get; }
Property Value
TargetType
Target type.
public Type TargetType { get; }