hi

I have a block which is :

try{
...........
try{
............
catch{
......
catch{
.....
finally{
....
try {
.....
catch{
....

but i get errors. why is that?

thank you

Without knowing the entire structure of your blocks and the errors you're getting it's impossible to tell what you're doing wrong.
Most likely your blocks aren't properly nested though, causing some checked exceptions to not be caught.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.