DiagnosticVerificationException Constructor (IListDiagnosticResult)

Simple Injector
Initializes a new instance of the DiagnosticVerificationException class with a specified error message.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public DiagnosticVerificationException(
	IList<DiagnosticResult> errors
)

Parameters

errors
Type: System.Collections.GenericIListDiagnosticResult
The list of errors.
See Also

Reference