| Issue 3: | Error recovering from an invalid call |
‹ Prev
2 of 2
|
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Make an invalid call
2. Catch exception and recover from invalid call
3. Try to make another call
{{{
try
{
_invoker.Method("getInfromation").Invoke();
}
catch
{
}
_invoker.Method("getInformation").Invoke();
}}}
Mar 12, 2009
Project Member
#1
rickyAH
Status:
Fixed
|