<PackageReference Include="Castle.Windsor" Version="4.1.1" />

ComponentResolutionException

Exception thrown when resolution process for a component was unsuccessful at some point for whatever reason.
public ComponentModel Component { get; }

public ComponentResolutionException(string message)

public ComponentResolutionException(string message, Exception innerException)

public ComponentResolutionException(string message, ComponentModel component)

public ComponentResolutionException(string message, Exception innerException, ComponentModel component)