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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:00:23+00:00 2026-05-16T04:00:23+00:00

In Silverlight client I get error but it always looks like : An exception

  • 0

In Silverlight client I get error but it always looks like :

An exception occurred during the operation, making the result invalid.
Check InnerException for exception
details.

at
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at
SecretaryAppNav.ClientService.GetChildAndOpiekunByFirstnameLastnameCompletedEventArgs.get_Result()
at
SecretaryAppNav.Views.FindChild.Client_GetChildAndOpiekunByFirstnameLastnameCompleted(Object
sender,
GetChildAndOpiekunByFirstnameLastnameCompletedEventArgs
e) at
SecretaryAppNav.ClientService.Service1Client.OnGetChildAndOpiekunByFirstnameLastnameCompleted(Object
state)

In client files I always use try catch to catch erorrs but it never invoke, :

        void Client_GetChildAndOpiekunByFirstnameLastnameCompleted(object sender, GetChildAndOpiekunByFirstnameLastnameCompletedEventArgs e)
    {
        try
        {
            this.dataForm1.ItemsSource = e.Result.Collection;
        }
        catch (FaultException ex)
        {
            System.Windows.Browser.HtmlPage.Window.Alert(ex.Reason.ToString() +  ex.Code.ToString() );
            throw new FaultException(ex.Reason, ex.Code, "Klikanie");
        }
    }

Should I put this catch in my service files to catch SOAP errors ? Without more info I always searching for mistake in my code like in the dark … :/

  • 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-16T04:00:24+00:00Added an answer on May 16, 2026 at 4:00 am

    If you’re debugging your application and you want to simply catch every exception, you do this:

    catch (Exception ex)
    {
        System.Windows.Browser.HtmlPage.Window.Alert(ex.Reason.ToString())
    }
    

    You may want to re-throw the exception after that or check to see what type of exception it is, but this can be a useful way to catch exceptions in Debug mode.

    You also might put a break point on the line of code that catches the general exception. This will allow you to “watch” the exception when it is thrown and then look at its nested inner exception(s).

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

Sidebar

Related Questions

Is there a way to get the IP address of a client in Silverlight
I'd like to detect requests made by my Silverlight client in ASP.Net MVC. Silverlight
We're building an application that is a Silverlight client application, but we've created an
I'm trying to figure out a way to get a Silverlight Client to be
I've developed a Silverlight client that has worked fine on regular HTTP, but now
We are getting this error InvalidOperationException userservice operation already in progress in our Silverlight
I've developed silverlight client with makes async web services calls to a asmx web
I am working on a Silverlight client and associated ASP.NET web services (not WCF),
I have a wcf sevice and silverlight client. My contract has callbacks and therefore
Or do I need a Silverlight client?

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.