Class SandboxDiagnostic
Namespace: DotBoxD.Kernels.Model
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxDiagnostic : IEquatable<SandboxDiagnostic>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxDiagnostic(string, string, DiagnosticSeverity, SourceSpan?)
Section titled “ SandboxDiagnostic(string, string, DiagnosticSeverity, SourceSpan?)”public SandboxDiagnostic(string Code, string Message, DiagnosticSeverity Severity = DiagnosticSeverity.Error, SourceSpan? Span = null)Parameters
Section titled “Parameters”Code string
Message string
Severity DiagnosticSeverity
Span SourceSpan?
Properties
Section titled “Properties”public string Code { get; init; }Property Value
Section titled “Property Value”Message
Section titled “ Message”public string Message { get; init; }Property Value
Section titled “Property Value”Severity
Section titled “ Severity”public DiagnosticSeverity Severity { get; init; }Property Value
Section titled “Property Value”public SourceSpan? Span { get; init; }