public Configuration WithoutExceptionHandler <TException>( IExceptionHandler <TException> handler) where TException : Exception { BaseSqlExecutor.UninstallExceptionHandler(handler); return(this); }
public Configuration Reset() { BaseSqlExecutor.RemoveAllExceptionHandlers(); BaseSqlExecutor.ConnectionFactory = null; EntityDoesNotExistException.DebugEnabled = false; return(this); }