Exemplo n.º 1
0
 public void Add(EventExceptionHandler <TInstance> exceptionHandler)
 {
     _handlers.Add(new ExceptionHandlerProxy(exceptionHandler));
 }