From a929c9a3b465db8b7e17b9b39936c612c2621a7c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 14 Jul 2006 16:20:12 +0000 Subject: * Remove all bindings --- mono/DBusException.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 mono/DBusException.cs (limited to 'mono/DBusException.cs') diff --git a/mono/DBusException.cs b/mono/DBusException.cs deleted file mode 100644 index 5c912cca..00000000 --- a/mono/DBusException.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace DBus -{ - using System; - using System.Runtime.InteropServices; - - public class DBusException : ApplicationException - { - internal DBusException (Error error) : base (error.Message) { - error.Free(); - } - } -} -- cgit