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)