Table of Contents

Class ParsedExpressionArgumentBufferTooSmallException

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

Represents an error that occurred due to an argument buffer being too small.

public class ParsedExpressionArgumentBufferTooSmallException : ArgumentException, ISerializable
Inheritance
ParsedExpressionArgumentBufferTooSmallException
Implements
Inherited Members

Constructors

ParsedExpressionArgumentBufferTooSmallException(int, int, string)

public ParsedExpressionArgumentBufferTooSmallException(int actualLength, int expectedMinLength, string paramName)

Parameters

actualLength int

Provided capacity.

expectedMinLength int

Expected minimum number of elements.

paramName string

Exception's parameter name.