Table of Contents

Class ParsedExpressionNonInvocableTypeExpression

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

Represents an error that occurred due to an attempt to invoke an instance of a non-delegate type.

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

Constructors

ParsedExpressionNonInvocableTypeExpression(Type)

public ParsedExpressionNonInvocableTypeExpression(Type type)

Parameters

type Type

Non-invocable type.

Properties

Type

Non-invocable type.

public Type Type { get; }

Property Value

Type