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)
Creates a new ParsedExpressionArgumentBufferTooSmallException instance.
public ParsedExpressionArgumentBufferTooSmallException(int actualLength, int expectedMinLength, string paramName)