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 SourceValidationEntry(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 SourceException
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
Level
Declaration
public ValidationEntryLevel Level { get; }
Property Value
Type | Description |
---|---|
ValidationEntryLevel |
LineInfo
Declaration
public SpiceLineInfo LineInfo { get; }
Property Value
Type | Description |
---|---|
SpiceLineInfo |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Source
Declaration
public ValidationEntrySource Source { get; }
Property Value
Type | Description |
---|---|
ValidationEntrySource |