Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2004-09-05 13:37:58 +0400
committerjfrijters <jfrijters>2004-09-05 13:37:58 +0400
commit8cb458347a18916fcb4876a63e036df8ed1b219d (patch)
tree4f879c5c3f41ae715c76e695ea9a2089285f88d5 /classpath/java/lang/ExceptionHelper.java
parente1e6ea8e8490fbc25a3877d0084ac786457326c7 (diff)
*** empty log message ***
Diffstat (limited to 'classpath/java/lang/ExceptionHelper.java')
-rw-r--r--classpath/java/lang/ExceptionHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/classpath/java/lang/ExceptionHelper.java b/classpath/java/lang/ExceptionHelper.java
index 6cf56ed6..92e0edd0 100644
--- a/classpath/java/lang/ExceptionHelper.java
+++ b/classpath/java/lang/ExceptionHelper.java
@@ -417,7 +417,7 @@ public final class ExceptionHelper
public static Throwable MapException(Throwable t, cli.System.Type handler)
{
- //Console.WriteLine("MapException: {0}, {1}", t, handler);
+ //cli.System.Console.WriteLine("MapException: {0}, {1}", t, handler);
//Console.WriteLine(new StackTrace(t));
Throwable org = t;