<PackageReference Include="castle.windsor" Version="2.5.2" />

ComponentNotFoundException

Exception threw when a request for a component cannot be satisfied because the component does not exist in the container
public string Name { get; }

public Type Service { get; }

public ComponentNotFoundException(string name)

Initializes a new instance of the ComponentNotFoundException class.

public ComponentNotFoundException(string name, string message)

Initializes a new instance of the ComponentNotFoundException class.

public ComponentNotFoundException(Type service, string message)

Initializes a new instance of the ComponentNotFoundException class.

Initializes a new instance of the ComponentNotFoundException class.