Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Exception Error

Exception Error

Scheduled Pinned Locked Moved C#
csharphelp
4 Posts 4 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ilango gandhi
    wrote on last edited by
    #1

    What are the possibilities for the following error ' Exception has been thrown by the target of an invocation ' in C#.net

    S G D 3 Replies Last reply
    0
    • I ilango gandhi

      What are the possibilities for the following error ' Exception has been thrown by the target of an invocation ' in C#.net

      S Offline
      S Offline
      Scott Dorman
      wrote on last edited by
      #2

      This is generally a remoting related error.

      Scott.


      —In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]

      1 Reply Last reply
      0
      • I ilango gandhi

        What are the possibilities for the following error ' Exception has been thrown by the target of an invocation ' in C#.net

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        Ilango Gandhi wrote:

        What are the possibilities for the following error ' Exception has been thrown by the target of an invocation ' in C#.net

        Almost anything. It means that you have called a method using Invoke, and during the execution of that method an exception occured. Examine the InnerException property of the exception that you got. That will contain the exception that occured in the call.

        --- single minded; short sighted; long gone;

        1 Reply Last reply
        0
        • I ilango gandhi

          What are the possibilities for the following error ' Exception has been thrown by the target of an invocation ' in C#.net

          D Offline
          D Offline
          DaveyM69
          wrote on last edited by
          #4

          You also get this error when an exception occurs in a Background Worker

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups