For use in the ErrorHandler I need to know if the number of items listed in the Call Stack is greater than 1. I would use it like this:
If CallStack.Count > 1 then
ThrowError Err
else
HandleError Err
End If
Any ideas?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: Call StackThreaded View
|
Click Here to Expand Forum to Full Width |