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

  • SEARCH
  • Home
  • 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 8234783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:35:54+00:00 2026-06-07T18:35:54+00:00

I have a standalone application that does data checking of flat files before they

  • 0

I have a standalone application that does data checking of flat files before they are imported into a SQL database.

In a context like this, does it make sense to throw a System.Data.ConstraintException? (The example is contrived.)

if(_keys.ContainsKey(key))
{
    throw new ConstraintException(string.Format("Uniqueness violated! " + 
        "This unique combination of '{0}' already found on line {1}", 
        GetUniquenessColumnList(), _keys[key] ));
}

ConstraintException’s documentation states that it “represents the exception that is thrown when attempting an action that violates a constraint.”

Is there a problem with using the built-in exception this way? Is there a better one to use? Should I build my own, even though this exception seems tailor-made to my situation?

  • 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-07T18:35:57+00:00Added an answer on June 7, 2026 at 6:35 pm

    I think you’ve answered your own question

    …this exception seems tailor-made to my situation?

    Why reinvent the wheel?

    EDIT:

    Check out this MSDN article: Choosing the Right Type of Exception to Throw

    Consider throwing existing exceptions residing in the System
    namespaces instead of creating custom exception types.

    …

    Do not create and throw new exceptions just to have your team’s exception.

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

Sidebar

Related Questions

I have a standalone Java application that gets data from a database and displays
I have written a standalone Java application that I've packaged into a jar file
I have been working with databases recently and before that I was developing standalone
Are there any standalone type conversion libraries? I have a data storage system that
I have a standalone Java application that uses EclipseLink 2.0.1. It is configured by
I'm developing a standalone application that accesses a common database on a server. It
I'm working at a helpdesk application where i have a standalone script that queries
I have a WPF application that we have integrated credit card processing into. We're
I have a standalone java application that fires up several JMS consumers using the
I have a standalone application in which I have to prompt the user with

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.