Skip to main content

RuntimeXamlDiagnosticSeverity Enum

Definition

Assembly:Avalonia.Markup.Xaml
Package:Avalonia
public enum RuntimeXamlDiagnosticSeverity

Inheritance: Enum -> RuntimeXamlDiagnosticSeverity

Fields

NameDescription
ErrorDiagnostic is reported as an error. Compilation process is continued until the end of the parsing and transforming stage, throwing an aggregated exception of all errors.
FatalDiagnostic is reported as an fatal error. Compilation process is stopped right after this error.
InfoSomething that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues.
WarningDiagnostic is reported as a warning.

Error Field

Diagnostic is reported as an error. Compilation process is continued until the end of the parsing and transforming stage, throwing an aggregated exception of all errors.

public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Error

Fatal Field

Diagnostic is reported as an fatal error. Compilation process is stopped right after this error.

public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Fatal

Info Field

Something that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues.

public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Info

Warning Field

Diagnostic is reported as a warning.

public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Warning