Show / Hide Table of Contents

Class LexerException

Exception during lexing.

Inheritance
System.Object
System.Exception
SpiceSharpParserException
LexerException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
SpiceSharpParserException.LineInfo
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SpiceSharpParser.Lexers
Assembly: SpiceSharpParser.dll
Syntax
public class LexerException : SpiceSharpParserException, ISerializable

Constructors

| Improve this Doc View Source

LexerException(String)

Declaration
public LexerException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

LexerException(String, SpiceLineInfo)

Declaration
public LexerException(string message, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String message
SpiceLineInfo lineInfo
| Improve this Doc View Source

LexerException(String, Exception)

Declaration
public LexerException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner
| Improve this Doc View Source

LexerException(String, Exception, SpiceLineInfo)

Declaration
public LexerException(string message, Exception inner, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String message
System.Exception inner
SpiceLineInfo lineInfo

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX