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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:44:43+00:00 2026-05-23T07:44:43+00:00

In my code I have the following if (String.IsNullOrEmpty(value)) { throw new ApplicationException(You must

  • 0

In my code I have the following

            if (String.IsNullOrEmpty(value))
            {
                throw new ApplicationException("You must enter a zip code!");
            }

and

<TextBox.Text>
            <Binding Path="ZipCode" Mode="TwoWay">
                <Binding.ValidationRules>
                    <ExceptionValidationRule />
                </Binding.ValidationRules>
            </Binding>
        </TextBox.Text>

When I execute and the code hits that exception, Visual Studio tells me that the Exception went unhandled by user code, but if I continue execution the desired WPF behavior (red outline around the textbox) occurs. Does anyone have insight into this and, namely, how to test my validator without getting this annoying error?

  • 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-23T07:44:44+00:00Added an answer on May 23, 2026 at 7:44 am

    I think this is an unfortunate interaction between:

    1. first-chance exceptions, and
    2. “Just My Code”

    Maybe it’s just me but “Just My Code” isn’t that useful because I always want to see all the code in stack traces, etc.! But it is nice for filtering and simplifying.

    I believe that you’ll have to turn off “Just My Code” in order to prevent “User-unhandled” exceptions like this because it’s literally true that what Visual Studio considers “your code” isn’t handling the exception.

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

Sidebar

Related Questions

I have the following code: String inputFile = somefile.txt; FileInputStream in = new FileInputStream(inputFile);
I have the following code: public class ClassExample { void DoSomthing<T>(string name, T value)
I have the following lines of code: myProducts = myProducts.Where(p => !string.IsNullOrEmpty(p.Tags) && p.Tags.Contains(string.Format({0}={1}|,
I have the following code string three() { return three; } void mutate(string& ref)
I have the following code: string acctStatus = account.AccountStatus.ToString(); if (!SettableStatuses().Any(status => status ==
I have the following code: String serviceType; ServiceBrowser tmpBrowser; for (String playerName: players) {
I have the following code: string[] firstArray = { bla bla, bla bla, bla
I have following code public class TEST { public static void main(String arg[]){ try
currently I have the following code: String select = qry.substring(select .length(),qry2.indexOf( from )); String[]
Follow up to this question . I have the following code: string[] names =

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.