Show / Hide Table of Contents

Class SpiceSharpParserException

Inheritance
System.Object
System.Exception
SpiceSharpParserException
LexerException
ParseException
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.Common
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceSharpParserException : Exception, ISerializable

Constructors

| Improve this Doc View Source

SpiceSharpParserException()

Declaration
public SpiceSharpParserException()
| Improve this Doc View Source

SpiceSharpParserException(String)

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

SpiceSharpParserException(String, SpiceLineInfo)

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

SpiceSharpParserException(String, Exception)

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

SpiceSharpParserException(String, Exception, SpiceLineInfo)

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

Properties

| Improve this Doc View Source

LineInfo

Declaration
public SpiceLineInfo LineInfo { get; }
Property Value
Type Description
SpiceLineInfo

Implements

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