Results 1 to 2 of 2

Thread: More about Exception Handling

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    More about Exception Handling

    What else can be done in Exception Handling besides using the

    Try..Catch..Finally blocks ?

    What is the perfect method to make the user quit safely when an unhandled error occurs ?
    Anis Bombaywala

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. Try
    2.  
    3.         Catch ex As Exception
    4.  
    5. End Try

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