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
What are Action Methods in ASP.NET MVC?
Which .net framework is installed?
What is the role of the jit compiler in .net framework?
What are bundling & minification features in asp.net mvc 4?
What is Area in ASP.Net MVC?
mention what is the difference between ado.net and classic ado?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
I want ask from plz smaple example code for Biztalkk server
Define the core components of an ASP.NET MVC application?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is the difference between entity framework and mvc?
Explain the new features 3.5 framework against with the tool?
Which is the root namespace for fundamental types in .net framework?
What is iobjectset? : Entity framework
Is mvc 4 supporting windows azure sdk (software development kit) ?