Re: Try...Catch question
From: Cor (non_at_non.com)
Date: 02/25/04
- Next message: Cor: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Previous message: Cor: "Re: Thread A notifying Thread B of an Event"
- In reply to: jy836: "Try...Catch question"
- Next in thread: Charles Law: "Re: Try...Catch question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 09:21:38 +0100
Hi Jy
In addition to Scott,
Only not if in that Call is something that "end" or on another way kills the
program.
Cor
> Try
> Call DoSomethingElse()
> Catch
> MsgBox("An error occured.")
> Finally
> MsgBox("This code always executes.")
> End Try
>
> End Sub
>
- Next message: Cor: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Previous message: Cor: "Re: Thread A notifying Thread B of an Event"
- In reply to: jy836: "Try...Catch question"
- Next in thread: Charles Law: "Re: Try...Catch question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|