|
 |
asp_components thread: Please help: How to print out errors
Message #1 by "d.fisher" <d.fisher@h...> on Thu, 12 Apr 2001 13:52:17 +0200
|
|
Hello list
How can i print out errors, set errornumbers & descriptions in my own
component ?
Please help
Daniel Fisher
Datenbanken | Programmierung | Entwicklung
Hochhardt & Partner
Morianstrasse 16
42103 Wuppertal
fon: 02 02 / 28 31 98 64
fax: 02 02 / 44 69 70 -7
email: d.fisher@h... <mailto:d.fisher@h...>
url: http://www.hochtardt.de
Message #2 by "Geoff Higgins" <geoff@v...> on Wed, 18 Apr 2001 08:44:41 +0100
|
|
You could expose the properties of the Err object through public properties
of your component. ie. Have an Error description and number property of your
component that expose the Err.Description and Err.Number.
hope this helps
Geoff
> Subject: Please help: How to print out errors
> From: "d.fisher" <d.fisher@h...>
> Date: Thu, 12 Apr 2001 13:52:17 +0200
> X-Message-Number: 4
>
> Hello list
>
> How can i print out errors, set errornumbers & descriptions in my own
> component ?
>
|
|
 |