DiagnosticSeverity Enumeration |
Severity of a diagnostics message.
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum DiagnosticSeverity
Members Member name | Value | Description |
---|
Hidden | 0 | Hidden message. |
Info | 1 | Info message. |
Warning | 2 | Warning message. |
Error | 3 | Error message. |
See Also