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

What is exception?



Posted By: Avi Date: 15 October 2010 12:51:48 AM
 Answer:

exception represents errors that occurred during application execution


Posted By: avibtech


Date: 15 October 2010 12:51: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 0oTUbm
Related Questions
.Net Framework : What is Tuple from .NET framework 4?

What is Tuple from .NET framework 4?

Tuple contains structured data
Category: .Net Framework Date: 10/14/2010 5:43: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 : 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 : 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