Piotr Czajkowski пре 3 дана
родитељ
комит
75eb508959
1 измењених фајлова са 1 додато и 1 уклоњено
  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;