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 3361736
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:11:19+00:00 2026-05-18T03:11:19+00:00

If a function has 2 arguments and both produce exceptions, what order would you

  • 0

If a function has 2 arguments and both produce exceptions, what order would you have them raised in and where would you define it?

This came up when I was writing a test for a function that would take a directory on disk and compress it into a file. For instance:

void Compress(string dirPath, string filePath);

I haven’t written the function yet and I’m putting my tests in place.

The thing is, if the directory path doesn’t exist I’d have an exception for a missing directory thrown and if the file had write permissions in the way I’d have an exception thrown to show that. However, what if both paths would cause exceptions? Would I throw the first, the second, another third one, or is it an unknown state? We’d also considered having a single exception to say “Something broke”, but the message would be different in each case so doesn’t really help.

I’ve thought of a few ways around it such as always throwing based upon left to right processing of the arguments, or stating “If dirPath is invalid then X is thrown else if filePath is invalid then Y is thrown” and placing that with the interface definition so that whoever implements it should (hopefully) follow this specification.

Just wondering what approach people would take to this problem.

For reference, this is in C# but I don’t think this is a language specific problem.

  • 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-05-18T03:11:20+00:00Added an answer on May 18, 2026 at 3:11 am

    I would leave it unspecified. Documentation could say:

    Possible exceptions include: X if dirPath is invalid; Y if filePath is invalid.

    If there’s a unit test where both are invalid, it could pass as long as either of the two exceptions is thrown.

    Because really, anything that actually depends on which exception happens when there are multiple exception-worthy problems is not a good idea.

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

Sidebar

Related Questions

I have a function called by a thread.this function has a unique argument which
Javascript has a poorly constructed but convenient arguments variable inside every function, such that
Does this function has the same behavior that memset ? inline void SetZeroArray( void
An exportable function has a struct as a one of the parameters. This DLL
I have a Java code where the return type of a function has unbounded
i have function, which has to accept two types of data - Observable collection
I have a class that has two functions, both of which take a different
Im trying to write a function named ComputeMaximum that has two parameters, both of
What's the best way to make a function that has pointer as argument work
var_export function causes an exception while argument has circular references. Are there any alternatives

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.