This commit is contained in:
parent
e8e71db9bb
commit
c0ffca0bb7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user