Ejemplo n.º 1
0
 public override bool FitInConvention(Type type)
 {
     try
     {
         return(_convention.FitInConvention(type));
     }
     catch (Exception exception)
     {
         throw new ConventionException(ConventionException.ErroType.FitInConventionError, exception);
     }
 }