From 90b75f3bda827f2fe2efcce932260cbd7799bf9d Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 27 Feb 2012 10:12:56 +0100 Subject: [PATCH] IOThrowable is IOThrowable .... --- .../NetFramework/System/IO/IOException.xml | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/CS2JLibrary/NetFramework/System/IO/IOException.xml b/CS2JLibrary/NetFramework/System/IO/IOException.xml index 9c7a062..218669f 100644 --- a/CS2JLibrary/NetFramework/System/IO/IOException.xml +++ b/CS2JLibrary/NetFramework/System/IO/IOException.xml @@ -8,8 +8,10 @@ --> - - Throwable + + java.io.IOException + + IOException System.IO.IOException @@ -21,13 +23,17 @@ - - new Throwable() + + java.io.IOException + + new IOException() - - new Throwable(${message}) + + java.io.IOException + + new IOException(${message}) System.String @@ -36,7 +42,9 @@ - + + java.io.IOException + new IOException(${info},${ctxt}) @@ -50,8 +58,10 @@ - - new Throwable(${message}, ${inner}) + + java.io.IOException + + new IOException(${message}, ${inner}) System.String