Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8741539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:20:04+00:00 2026-06-13T11:20:04+00:00

I know how to use try/catch block in case of database calls and know

  • 0

I know how to use try/catch block in case of database calls and know how to use “using” directive in context of using try/finally construction as well.

But, can I mix them? I mean when I use “using” directive can I use try/catch construction as well because I still need to handle possible errors?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:20:05+00:00Added an answer on June 13, 2026 at 11:20 am

    Of course you can do it:

    using (var con = new SomeConnection()) {
        try {
            // do some stuff
        }
        catch (SomeException ex) {
            // error handling
        }
    }
    

    using is translated by the compiler into a try..finally, so it’s not very different from nesting a try..catch inside a try..finally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I am using a try/catch/finally block where and how should I initialize variables?
I know how to use try...catch block in c#. Also know why it is
I would like to try Silex but i've some questions. I know to use
I have a do...while loop and a try...catch block that wraps around database centric
I know you use the C based networking API to do FTP communication but
I know and use eric meyer CSS reset, but is there any more things
Now i know to use the method of float.Parse but have bumped into a
I am using Haml in a Ruby on Rails project. I know you use
I know how to use new Date(UTCStrings) to local timezone. But now, the question
I know it sounds weird but I am required to put a wrapping try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.