Hi all,
This was asked in my recent dot net inetrview .
Either in c # or vb.net ,
While using Try ,catch ,
Is it possible for multiple catch ?
If so
Try ,
````
`````
````
Catch 1
Catch 2
Catch 3
And if a catch occurs ,how to log that particular exception and pass
how to Pass it to that method Caller().?
Thanks in advance
S.Naveen...