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

    Exception handling

    I have handled the exceptions in the catch block. But I'm not able to avoid the Assertion message box when an exception happens, though the control is transferred inside the catch block. How to get rid of it?


  2. #2
    Join Date
    May 1999
    Location
    Serbia, YUgoslavia
    Posts
    9

    Re: Exception handling

    Compile in Release mode.


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