Class ParseDuplicateParameterNameException
- Namespace
- Utils.Expressions
- Assembly
- Utils.dll
Thrown when the parser encounters a parameter name that is already in use.
public class ParseDuplicateParameterNameException : ParseException, ISerializable
- Inheritance
-
ParseDuplicateParameterNameException
- Implements
- Inherited Members
- Extension Methods
Constructors
ParseDuplicateParameterNameException(string, int)
Initializes a new instance of the ParseDuplicateParameterNameException class, indicating that a parameter with the same name already exists.
public ParseDuplicateParameterNameException(string variableName, int errorIndex)