Buy Questpond's video subscriptions on
huge discount
.
Online: 1520
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
What’s the C# syntax to catch any possible exception?
Posted by
maheshemdsys-5839
on 11/11/2010 | Category:
C# Interview questions
| Views: 6324 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
A catch block that catches the exception of type System.Exception. You can also omit the parameter data type in this case and just write catch {}.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Can you programmatically store and retrieve data f ...
Next > :
What’s the difference between System.String and Sy ...
Comments or Responses
Login to post response
More Interview Questions by maheshemdsys-5839
What’s the difference between System.String and System.Text.StringBuil ...
Latest Interview Questions
How you can invoke programmatically all validation controls on a page?
What is InitialValue property of a RequiredFieldValidator?
Why SetFocusOnError property is used for a validation control?
Can a DropDownList fire validation controls?
How a validation group works when the Page is posted?
What is a validation group and how do you create a validation group?
How to recycle application pool from the command prompt in IIS7?
Can you apply styles using class names and can you change it at run ti ...
More ...