Piotr Czajkowski 3 gün önce
ebeveyn
işleme
75eb508959
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;