DiagnosticVerificationExceptionErrors Property

Simple Injector
Gets the list of DiagnosticResult instances.

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

public ReadOnlyCollection<DiagnosticResult> Errors { get; }

Property Value

Type: ReadOnlyCollectionDiagnosticResult
A list of DiagnosticResult instances.
See Also

Reference