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)
Creates a new UnsupportedDelegateParameterCountException instance.
public UnsupportedDelegateParameterCountException(int parameterCount)
Parameters
parameterCount
intParameter count.
Properties
ParameterCount
Parameter count.
public int ParameterCount { get; }