Castle.MicroKernel.SubSystems.Conversion.ConverterException
namespace Castle.MicroKernel.SubSystems.Conversion
{
public class ConverterException : Exception
{
public ConverterException(string message);
public ConverterException(string message, Exception innerException);
public ConverterException(SerializationInfo info, StreamingContext context);
}
}