.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 400 Page Views: 

How can you filter runtime exceptions?



Posted By: Avi Date: 13 October 2010 08:38:48 AM
 Answer:

By using multiple catch blocks


Posted By: avibtech


Date: 13 October 2010 08:38:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image M8ZLZW
Related Questions
.Net Framework : What class supports regular expressions in .NET?

What class supports regular expressions in .NET?

System.Text.RegularExpressions.Regex
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : What is the meaning of final keyword?

What is the meaning of final keyword?

The method cannot be overridden in a derived type.
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : Can you host WCF service in IIS?

Can you host WCF service in IIS?

Yes
Category: .Net Framework Date: 10/14/2010 2:04:49 PM
.Net Framework : What is application domain?

What is application domain?

Application domain is a mechanism to isolate executed applications so that they do not affect each o....
Category: .Net Framework Date: 10/14/2010 12:19:48 PM
.Net Framework : What is event?

What is event?

Event is a member that enables an object or class to provide notifications. Clients cann attach code....
Category: .Net Framework Date: 10/14/2010 12:09:48 PM