DiagnosticSeverity Enumeration

Indicates the severity of a DiagnosticMessage.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public enum DiagnosticSeverity

Members

Info0 Informational guidance that does not indicate a problem.
Warning1 A cautionary observation that deserves attention but does not prevent the analysis from producing results.
Error2 A serious problem that indicates a significant issue with the analysis or its inputs.

See Also