Fixing warnings.

This commit is contained in:
BDisp
2020-11-04 16:53:21 +00:00
parent 4bbe50c506
commit 793efc8b63

View File

@@ -24,9 +24,8 @@ namespace UICatalog {
return Convert (amount_int) + " Point " + Convert (amount_dec) + " Only."; return Convert (amount_int) + " Point " + Convert (amount_dec) + " Only.";
} }
} catch (Exception e) { } catch (Exception e) {
// TODO: handle exception throw new ArgumentOutOfRangeException (e.Message);
} }
return "";
} }
public static String Convert (Int64 i) public static String Convert (Int64 i)