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;