Class SpiceSharpParserException
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 SourceSpiceSharpParserException()
Declaration
public SpiceSharpParserException()
SpiceSharpParserException(String)
Declaration
public SpiceSharpParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SpiceSharpParserException(String, SpiceLineInfo)
Declaration
public SpiceSharpParserException(string message, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
SpiceLineInfo | lineInfo |
SpiceSharpParserException(String, Exception)
Declaration
public SpiceSharpParserException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
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 SourceLineInfo
Declaration
public SpiceLineInfo LineInfo { get; }
Property Value
Type | Description |
---|---|
SpiceLineInfo |
Implements
System.Runtime.Serialization.ISerializable