Show / Hide Table of Contents

Class ParseException

Exception thrown when a syntax error occurs during parsing

Inheritance
object
Exception
ParseException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public class ParseException : Exception, ISerializable

Constructors

ParseException(int, string)

Exception thrown when a syntax error occurs during parsing

Declaration
public ParseException(int line, string message)
Parameters
Type Name Description
int line
string message

Properties

Line

Declaration
public int Line { get; }
Property Value
Type Description
int

Implements

ISerializable
In this article
Back to top Generated by DocFX