Hi,

I my ASP.Net app when an error occurs I throw an Exception.

How do I get the error number from my exception object?

C

Re: Throwing Exceptions by Girish

Girish
Thu Nov 06 10:09:36 CST 2003

C wrote:

> Hi,
>
> I my ASP.Net app when an error occurs I throw an Exception.
>
> How do I get the error number from my exception object?
>
> C

If you have an error number in your "custom" exception, you need to
provide the property to retrieve it in that class..

--
Girish Bharadwaj