about exception handling in .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dami
    New Member
    • Mar 2007
    • 4

    about exception handling in .net

    in exception handling as soon the control enters try block it writes exception handler to call stack...
    but my question is how compiler finds exception hanler there only?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by dami
    in exception handling as soon the control enters try block it writes exception handler to call stack...
    but my question is how compiler finds exception hanler there only?
    Moved to .NET forum.

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      Is this a general question or a problem in the code? More information please. Thanks.

      Comment

      Working...