Piotr Czajkowski 3 päivää sitten
vanhempi
commit
75eb508959
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ExcelORM/ExcelORM/TypeExtensions.cs

+ 1 - 1
ExcelORM/ExcelORM/TypeExtensions.cs

@@ -52,7 +52,7 @@ public static class TypeExtensions
         {
             return rawNumber;
         }
-        catch (OverflowException exception)
+        catch (OverflowException)
         {
             if (Nullable.GetUnderlyingType(property.PropertyType) != null) return null;
             throw;