|
 |
aspdotnet_website_programming thread: How is the AppException triggered?
Message #1 by "CotasseWrox" <ocotasson@n...> on Sun, 2 Jun 2002 13:25:00
|
|
Hello gurus and fellows.
In User.cs (C:\wrox\ThePhile\Modules\Accounts\ACCOUNTSDATA)
you can find a try...catch syntax with the following line :
throw new AppException("An error occurred ...")
I was wondering how is the AppException could be called, as there isn't
any reference to the Wrox.WebModules namespace in User.cs.
Any idea, anyone?
Thx.
Message #2 by "CotasseWrox" <ocotasson@n...> on Sat, 8 Jun 2002 09:15:55
|
|
Just in case, you would have been interested : I found out.
In VS.net There's a reference to the "Core" DLL (that stores all the Core
Objects, including the "AppException" one in the AccountsData Projects.
I got mixed up (once again) with Namespaces and References...
Practice makes perfect !
;-)
> Hello gurus and fellows.
> In User.cs (C:\wrox\ThePhile\Modules\Accounts\ACCOUNTSDATA)
y> ou can find a try...catch syntax with the following line :
>
t> hrow new AppException("An error occurred ...")
> I was wondering how is the AppException could be called, as there isn't
a> ny reference to the Wrox.WebModules namespace in User.cs.
> Any idea, anyone?
> Thx.
>
|
|
 |