Castle.MicroKernel.ComponentRegistrationException
Exception threw when there is a problem
registering a component
namespace Castle.
MicroKernel
{
public class ComponentRegistrationException :
Exception
{
public ComponentRegistrationException(
string message);
public ComponentRegistrationException(
string message,
Exception innerException);
}
}