 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

August 7th, 2007, 03:35 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Exception Handling
Hi,
I completed ch1 coding, in C#, but I wonder why the author of that chapter didn't write complete exception handling code. I know that I need to create a class which derives ApplicationException and instantiate it in try/catch blocks of the business classes but what after that? are the authors taking care of that in the book?
Jack
|
|

August 7th, 2007, 04:41 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
It's no longer necessary to inherit from ApplicationException, although you could. Previous guidelines of Microsoft did that, but it's no longer required.
Take a look at chapter 6, the Wrox Blog for some more ideas about centrally handling exception in Global.asax.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

August 7th, 2007, 05:14 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok Imar thanks I will do that. I thought it's best to use the ApplicationException. I know I will learn a lot from your book.
|
|

August 7th, 2007, 07:37 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks
up to now you are the only author, that I purchased a book for, who support his book and answers my questions. I will be purchasing your books from now on. don't you plan on publishing a more advanced book on asp.net 2.0 with the same approach?
|
|

August 7th, 2007, 01:51 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Jack,
Nope, sorry, not working on another ASP.NET 2.0 book right now.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

August 8th, 2007, 04:03 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks for this nice book
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| exception handling |
jay schumacher |
VB.NET 2002/2003 Basics |
1 |
April 14th, 2006 08:40 AM |
| Exception handling in ASP |
Deepmala |
Classic ASP Professional |
1 |
February 18th, 2006 10:47 AM |
| Exception handling |
aldwinenriquez |
General .NET |
0 |
August 17th, 2005 06:13 PM |
|
 |