Show / Hide Table of Contents

Class ValidationEntry

Inheritance
System.Object
ValidationEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common.Validation
Assembly: SpiceSharpParser.dll
Syntax
public class ValidationEntry

Constructors

| Improve this Doc View Source

ValidationEntry(ValidationEntrySource, ValidationEntryLevel, String, SpiceLineInfo, Exception)

Declaration
public ValidationEntry(ValidationEntrySource source, ValidationEntryLevel level, string message, SpiceLineInfo lineInfo = null, Exception exception = null)
Parameters
Type Name Description
ValidationEntrySource source
ValidationEntryLevel level
System.String message
SpiceLineInfo lineInfo
System.Exception exception

Properties

| Improve this Doc View Source

Exception

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

Level

Declaration
public ValidationEntryLevel Level { get; }
Property Value
Type Description
ValidationEntryLevel
| Improve this Doc View Source

LineInfo

Declaration
public SpiceLineInfo LineInfo { get; }
Property Value
Type Description
SpiceLineInfo
| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Source

Declaration
public ValidationEntrySource Source { get; }
Property Value
Type Description
ValidationEntrySource
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX