From c0ffca0bb7438a1d0e1a93a5ee2ba9ec6e5f14b4 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 23 Jun 2010 18:19:56 +0000 Subject: [PATCH] --- PROMS/Volian.Svg.Library/SvgParts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Svg.Library/SvgParts.cs b/PROMS/Volian.Svg.Library/SvgParts.cs index 0b91a63d..18cbb24f 100644 --- a/PROMS/Volian.Svg.Library/SvgParts.cs +++ b/PROMS/Volian.Svg.Library/SvgParts.cs @@ -97,7 +97,7 @@ namespace Volian.Svg.Library string sep = ""; for (Exception ex1 = ex; ex1 != null; ex1 = ex1.InnerException) { - sb.Append(sep + string.Format("{0} - {1}", ex1.GetType().Name, ex1.Message)); + sb.Append(sep + string.Format("ShowException {0} - {1}", ex1.GetType().Name, ex1.Message)); sep = "\r\n"; } Console.WriteLine(sb);