Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you have done what you claim:</p> <ul> <li>Try-Catch on the Application.Run</li> <li>Unhandled Domain Exceptions</li> <li>Unhandled Thread Exceptions</li> <li>Try Catch handlers in all threads</li> </ul> <p>Then you would have caught the exception <em>except</em> perhaps if it is being thrown by a third party or COM component.</p> <p>You certainly haven't given enough information.</p> <ul> <li>What events does the client say leads up to the exception?</li> <li>What COM or third party components do you use? (Do you properly instance and reference these components? Do you pass valid arguments to COM function calls?)</li> <li>Do you make use of any un-managed - un-safe code?</li> <li>Are you <em>positive</em> that you have all throw-capable calls covered with try-catch?</li> </ul> <p>I'm just saying that no-one can offer you any helpful advice unless you post a heck of lot more information and even at that we probably can only speculate as to the source of you problem.</p> <p>Have a set of fresh eyes look at your code.</p> <p>Some errors cannot be caught by logging.</p> <p>See this similar question for more details:</p> <p><a href="https://stackoverflow.com/questions/107735/stackoverflowexception-in-net">StackOverflowException in .NET</a></p> <p>Here's a link explaining asynchronous exceptions (and why you can't recover from them):</p> <p><a href="http://www.bluebytesoftware.com/blog/PermaLink.aspx?guid=c1898a31-a0aa-40af-871c-7847d98f1641" rel="nofollow noreferrer">http://www.bluebytesoftware.com/blog/PermaLink.aspx?guid=c1898a31-a0aa-40af-871c-7847d98f1641</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload