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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:36:38+00:00 2026-05-13T05:36:38+00:00

I am using the MVVM pattern for a WPF application. In several places I

  • 0

I am using the MVVM pattern for a WPF application. In several places I bind commands to input elements in the views as in the following XAML:

<Button Command="{Binding TheClickCommand}" >Click</>

What is the best practice for handling exceptions thrown when the command is executed in my viewmodel – i.e. what is the best way to inform the view that something is wrong? Can I use the IDataErrorInfo pattern or is there some other built-in pattern for this scenario?

  • 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-13T05:36:38+00:00Added an answer on May 13, 2026 at 5:36 am

    I hate this answer, but it really depends on a context.

    Today I may use IoC, to get ILoggerService or INotificationSerivce or both and do the stuff when something went wrong. Tomorrow I may be happy with raw MessageBox.Show() somewhere in the DispatcherUnhandledException event handler. Or maybe I will write my own attached property ala

    <Button loc:Commanding.ExceptionAwareCommand="{loc:CommandExtension 
              Command={Binding TheClickCommand}, 
              FallBackCammand={Binding ErrorHandlerCommand}}" />
    

    and live with it…

    Probably the answer may go like this: "Choose the best method to communicate between two classes and use it". Sorry for being non concrete… Maybe somebody else will be more specific.

    NB: Interfaces’ names, provided in the answer are not WPF standard. I use them just as an example.

    Cheers

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

Sidebar

Related Questions

I'm writing a WPF application using the MVVM pattern, based on the following article:
I'm trying to implement a WPF application using MVVM (Model-View-ViewModel) pattern and I'd like
I’m building a WPF application using MVVM pattern (both are new technologies for me).
I am coding a WPF application using MVVM pattern. I don't need to have
I'm developing a WPF application using the MVVM pattern and I need to display
When using the MVVM pattern to structure your WPF application you should get all
I'm writing a WPF application using a MVVM pattern and using Prism in selected
I am developing a WPF application using the MVVM pattern as described by Josh
I'm working in WPF using the MVVM pattern, and generally things seem to be
I'm using the MVVM pattern with Prism 2.0 framework and WPF. I've run into

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.