DiagnosticReport Constructor

Initializes a new DiagnosticReport with the specified messages.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public DiagnosticReport(
	IEnumerable<DiagnosticMessage> messages
)

Parameters

messages  IEnumerable<DiagnosticMessage>
The diagnostic messages for this report. May be empty but must not be null.

Exceptions

ArgumentNullExceptionmessages is null.

See Also