Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Error - codes

 
Thread Tools Search this Thread
Old 12-27-2005, 08:52 PM   #1
Default Error - codes


Is there any place where i can find the list of errors usually we get in
..NET, i want to categeorize the errors into different groups, does any one
have any inputs on categeorizing the errors in .net?



=?Utf-8?B?dnNy?=
  Reply With Quote
Old 12-27-2005, 08:56 PM   #2
Marina
 
Posts: n/a
Default Re: Error - codes
Every error is a type of Exception, so it inherits from Exception down the
line. You can look at the documentation for all classes that inherit from
Exception, and all classes that inherit from those classes, etc. In a way,
this subclassing is what categorizes the exceptions into different types.

"vsr" <> wrote in message
news:539986BB-88F3-46D8-B760-...
> Is there any place where i can find the list of errors usually we get in
> .NET, i want to categeorize the errors into different groups, does any one
> have any inputs on categeorizing the errors in .net?
>





Marina
  Reply With Quote
Old 12-27-2005, 10:45 PM   #3
Scott M.
 
Posts: n/a
Default Re: Error - codes
..NET does not use codes to identify it's exceptions like VB 6.0 did. In
..NET, everything you encounter is a "type", including exceptions. There are
many different "types" of exceptions and they have already been
"categorized" by inheritance and namespaces, so there's no need for you to
do it.

Just take a look at the Exception class documentation.


"vsr" <> wrote in message
news:539986BB-88F3-46D8-B760-...
> Is there any place where i can find the list of errors usually we get in
> .NET, i want to categeorize the errors into different groups, does any one
> have any inputs on categeorizing the errors in .net?
>





Scott M.
  Reply With Quote
Old 12-29-2005, 03:49 PM   #4
=?Utf-8?B?ZG90bmV0bG92ZXI=?=
 
Posts: n/a
Default Re: Error - codes
Thanks all for the info , thats what i was looking . i was looking for the
list of types to categeorize.thats true .NET categeorized all the exceptuions
but here i am building the escalation system based on the types of errors /
exceptions we get from application.i am sorry i might have used wrong
terminology as "error" & "codes" but actually i was looking for the list of
all possible exceptions and i got it from MSDN.thanks lot again for your
guidance.

"Scott M." wrote:

> ..NET does not use codes to identify it's exceptions like VB 6.0 did. In
> ..NET, everything you encounter is a "type", including exceptions. There are
> many different "types" of exceptions and they have already been
> "categorized" by inheritance and namespaces, so there's no need for you to
> do it.
>
> Just take a look at the Exception class documentation.
>
>
> "vsr" <> wrote in message
> news:539986BB-88F3-46D8-B760-...
> > Is there any place where i can find the list of errors usually we get in
> > .NET, i want to categeorize the errors into different groups, does any one
> > have any inputs on categeorizing the errors in .net?
> >

>
>
>



=?Utf-8?B?ZG90bmV0bG92ZXI=?=
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46