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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:40:18+00:00 2026-05-21T04:40:18+00:00

I’m programming a COM Interop .NET Assembly (a COM Callable Wrapper) and I’m trying

  • 0

I’m programming a COM Interop .NET Assembly (a COM Callable Wrapper) and I’m trying to understand what the correct way is to pass errors that occur in a .NET Assembly to the COM client/consumer. I’m not sure that this changes my question very much but this particular .NET assembly is taking an existing open source FTP library and exposing a subset of it’s abilities to COM. For the most part it’s a simple, “dumb” wrapper.

I’m guessing that the best way to program the error handling is to have public OnError event inside the .NET assembly that the COM client/consumer can use to subscribe to error events. Then it would be up to the one programming in COM to decide whether or not to use the event and what to do with it. This could be somewhat dangerous because the COM programmer could omit the error event handler and have no awareness of errors occurring within the .NET Assembly. Because this .NET Assembly is supposed to be quite generic, I’m pretty sure I don’t want the .NET assembly bringing up message boxes or handling errors in some other way in which the COM consumer has little or no control.

Is there a better way to handle this or some standard way?

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

    Do this the standard .NET way, throw an exception. The CCW wrapper catches it and translates it to the HRESULT code that any COM method returns. It also implements IErrorInfo so that the COM client can get a good description of the error, don’t forget to pass one in the exception constructor unless it is an obvious exception. They rarely are by the time they get translated btw.

    Do try to use standard .NET exception types as much as possible. They all have their own HResult property value already preset, mapping to a COM error code as best as possible. If you need a custom HRESULT then use the COMException(string, int) constructor.

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

Sidebar

Related Questions

No related questions found

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.