KernelException
Exception threw by Kernel operations that failed
for some reason.
using Castle.Core;
using Castle.Core;
namespace Castle.MicroKernel
{
public interface IHandlerFactory
{
IHandler Create(ComponentModel model);
}
}