Table of Contents

Class ParseUnfindTypeException

Namespace
Utils.Expressions
Assembly
Utils.dll

Thrown when a type name cannot be resolved or found by the parser.

public class ParseUnfindTypeException : ParseException, ISerializable
Inheritance
ParseUnfindTypeException
Implements
Inherited Members
Extension Methods

Constructors

ParseUnfindTypeException(string, int)

Initializes a new instance of the ParseUnfindTypeException class, indicating that a type name could not be located.

public ParseUnfindTypeException(string typeName, int errorIndex)

Parameters

typeName string

The name of the type that was not found.

errorIndex int

The position in the input where the error was detected.