skip to main
|
skip to sidebar
DotNet
DOT NET INTERVIEW QUESTIONS AND ANSWERS
Followers
Monday, February 1, 2010
Explain how to Handle Exceptions in .NET
The different methods of handling the exceptions are:
1.
try
{
// code
}
catch(Exceptiontype *etype_object)
{
// code
}
2.
try
{
// code
}
catch(Exceptiontype *etype_object)
{
throw new Custom_Exception();
}
0 Comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
DotNet
hai this ar.chowdary COGNOS Developer
View my complete profile
HOME
TeluguNews
iskut
dotnet
Remoting
WebServices
WebServices
AJAX
Asp.Net
Asp.NetIQ
C#.NET
C++
CSS
JavaScript
Java vs .Net
Oops in .Net
RSS
SqlServer
SqlServerIQ
XML
0 Comments:
Post a Comment