Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

If you are using components in your application, how can you
handle exceptions raised in a component ?

Answer Posted / lucky

try {

// UR code
}
catch(Exception exMsg)
{

}
catch(ApplicationException exAppMsg)
{

}

by this u can get any type of error messages, if ur component have implemented with throwing Application or Throw Exception, those will come to u, where u r calling.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a viewmodel do?

1139


Explain what is the difference between view and partial view?

1127


What is entitytype? : Entity framework

1031


How to change the action name in mvc?

1045


How to make sure Client Validation is enabled in ASP.Net MVC

1141


Difference between ASP.NET MVC and ASP.NET WebForms?

1118


what do you mean by table-per-type?

1142


Can you explain model, controller and view in mvc?

1046


what is csdl?

1056


What are the 2 ways of adding constraints to a route?

1050


What is rxjava used for?

1178


What is the use of the default route?

1104


Is the following route definition a valid route definition? {controller}{action}/{id}

1291


How does servicing work for the .net framework 3.0?

985


What is .net core framework?

1052