change this line:
toCode:System.Diagnostics.Debug.WriteLine(err.Message);
you will also get the stack trace when writing the entire error.Code:System.Diagnostics.Debug.WriteLine(err.ToString());
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |