Is there any way to catch the System Unhandled Exception ...

G

Guest

Hi,

I have a Problem when i try to put a Try Catch Block Outside all the
Functions in a Class. But in .Net, it throws an error.

I like to catch all the Unhandled Exception that occured inside a Class so I
need to Put a TRY CATCH Block from the Next Line from where the Class starts.

I need to Achieve the Above Scenerio.

or I need a Solution to catch all the System Unhandled Exception and i have
to replace it with my Exception...

Is there any way to do this without TRY CATCH block

Let me if anyone knows the Solution

Thanks in Advance
 
C

Cor Ligthert

I have seen that it is answered. Please don't use this thread however the
other one to keep the answers together.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top