How many types of exception handlers are there in .NET?
Answers were Sorted based on User's Feedback
Answer / mayur rathod
The exception information table represents four types of
exception handlers for protected blocks:
A finally handler that executes whenever the block exits,
whether that occurs by normal control flow or by an
unhandled exception.
A fault handler that must execute if an exception occurs,
but does not execute on completion of normal control flow.
A type-filtered handler that handles any exception of a
specified class or any of its derived classes.
A user-filtered handler that runs user-specified code to
determine whether the exception should be handled by the
associated handler or should be passed to the next protected
block.
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain the Scope of public/private/friend/protected/protected friend.
What is the difference between asp.net and asp?
Is .net an object oriented language? What are their components?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
What is your observations between vb.net and vc#.net?
Give An example of a ctype and directcast.
Can you configure a .NET Remoting object via XML file?
Please explain what do the terms “boxing” and “unboxing” mean?
What are HTML controls, Web controls, and server controls?
What is a serviced component?
Explain what is the difference between web application and enterprise application?
Describe difference between inline and code-behind?