Table of Contents

Class UnsupportedDelegateParameterCountException

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

Represents an error that occurred due to a number of nested delegate parameters with a closure being too large.

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

Constructors

UnsupportedDelegateParameterCountException(int)

public UnsupportedDelegateParameterCountException(int parameterCount)

Parameters

parameterCount int

Parameter count.

Properties

ParameterCount

Parameter count.

public int ParameterCount { get; }

Property Value

int