Ejemplo n.º 1
0
 public ExceptionHandler(ExceptionHandlerEnumType type, string msg) : base(message: msg)
 {
     this.type = type;
 }
 public DbServiceExceptionHandler(ExceptionHandlerEnumType type, string msg) : base(message: msg)
 {
     Type = type;
 }