Piotr Czajkowski 2 天之前
父节点
当前提交
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;