G
greg
I have been struggling with the following issue:
How can one find the type of the exception? In other words I would
likes to come up with piece of code that does the following (written
in pseudo code):
if (exception.Type() == outOfMemoryException)
then
......
Note that I can't use catch statement in this case.
Suggestions will be highly appreciated.
Thanks,
Greg
How can one find the type of the exception? In other words I would
likes to come up with piece of code that does the following (written
in pseudo code):
if (exception.Type() == outOfMemoryException)
then
......
Note that I can't use catch statement in this case.
Suggestions will be highly appreciated.
Thanks,
Greg