Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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
 
Old November 3rd, 2004, 03:39 AM
Authorized User
 
Join Date: Oct 2004
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to dotnetprogrammer
Default Web Exceptions

Hi
I am using the following code

try{
some code
}
catch(WebExcetpion* e){
String* str = e->get_Message()->toString();
}

Can any one plz tell me what exaxt string we will get when we
have following exception
400 - bad request
401 - Unauthorized
402 - Not Found
408 - request timeout
for eg
407 - Proxy Authentication Required
the string returned is
"The remote server returned an error:(407) Proxy Authentication Required."

where we can find help related to this
please help me
thanks



dotnet
__________________
dotnet





Similar Threads
Thread Thread Starter Forum Replies Last Post
exceptions Maxxim BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 October 18th, 2008 12:34 PM
Nested Exceptions in c# JelfMaria VS.NET 2002/2003 5 June 28th, 2005 01:15 AM
When to use Exceptions kcraft Pro PHP 1 January 15th, 2005 02:37 PM
throwing exceptions...!? jacob ASP.NET 1.0 and 1.1 Basics 3 October 9th, 2003 03:37 PM
Exceptions and errors nbnelson C# 0 August 5th, 2003 11:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.