ContainerVerify Method

Simple Injector
Verifies and diagnoses this Container instance. This method will call all registered delegates, iterate registered collections and throws an exception if there was an error.

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

public void Verify()
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when the registration of instances was invalid.
See Also

Reference