Class LexerException
Exception during lexing.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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 SourceLexerException(String)
Declaration
public LexerException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
LexerException(String, SpiceLineInfo)
Declaration
public LexerException(string message, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
SpiceLineInfo | lineInfo |
LexerException(String, Exception)
Declaration
public LexerException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
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