diff --git a/bindings/dotnet/examples/Ifconfig.cs b/bindings/dotnet/examples/Ifconfig.cs index 9829796d..24559b5a 100644 --- a/bindings/dotnet/examples/Ifconfig.cs +++ b/bindings/dotnet/examples/Ifconfig.cs @@ -74,8 +74,7 @@ public class Ifconfig { " " + "TX bytes:" + txBytes + " (" + Sigar.FormatSize(txBytes) + ")"); - } catch (ApplicationException e) { - } + } catch { } println(""); }