CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    121

    catch exception thrown by another program

    Is there a way to catch an exception thrown by another program?

    Thx.

  2. #2
    Join Date
    May 2002
    Location
    Atlanta,GA
    Posts
    262

    Re: catch exception thrown by another program

    Originally posted by dky1e
    Is there a way to catch an exception thrown by another program?

    Thx.
    Depends on what you mean. When remoting I believe that it's possible for a program to catch an exception that was thrown in a remote object on the server. However I don't think that's what you're referring to.
    Jared

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured