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...

Error handling and how this is done ?

Answer Posted / kishore anumala

Error handling is the Main concept of debugging.
This can be done by creating the log files when an
exception is occurred to trace the error where exactly it
occurred..

Example:

try
{
Your code;
}
catch(exception e)
{
Here you can log the error by using object e;
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do vs while c#?

940


Should I make my destructor virtual?

1099


What is difference between override and new in c#?

1170


What is sql transaction in c#?

935


Difference between Value type & reference types ? and give the example in .Net?

990


How to block a class from being inherited further?

953


Distinguish between a class and struct?

979


How to use the sreamReader class to read form a text file?

1034


When do you generally use a class over a struct?

1009


How to declare a property in a class?

1048


Is null empty or whitespace c#?

1012


What language is c# similar to?

963


What are "class access modifiers" in C#?

1012


What is the difference between static and private constructor?

1034


What do you mean by “finalize” and “finally” methods in c#?

948