Castle.MicroKernel.KernelException
Exception threw by Kernel operations that failed
for some reason.
namespace Castle.
MicroKernel
{
public class KernelException :
Exception
{
public KernelException(
string message);
public KernelException(
string message,
Exception innerException);
}
}