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