ASP.NET - Pass Exception occured in child method to the parent method
Asked By aman on 23-Jan-12 05:53 AM
hello friends,
i want to pass the exception occurred in the child method to the exception of the parent method
for example: -
try
{
try
{
//error occured
}
catch()
{
}
}
catch()
{
// the error occured above i want to pass here and display
}
please help me ........
please also let me known if i have not made my question clear.
thanks,