Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Debugger Roadmap
Exception Assistant
 Troubleshooting Exceptions: System....
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio Debugger
Troubleshooting Exceptions: System.Net.HttpListenerException

An HttpListenerException is thrown when an error occurs processing a Hypertext Transfer Protocol request.

Make sure you are not attempting to register a URI prefix that is already registered.

If the URI prefix is already registered, this exception will occur.

Make sure your HTTP request is valid.

This exception is thrown by the HttpListener class and its associated classes when an error occurs during the initialization of the HttpListener or while creating or sending a response to an HTTP request.

If you are using the HttpListenerPrefixCollection.Add method, make sure the uriPrefix has not been already added.

This exception will be thrown if another HttpListener has already added the prefix uriPrefix.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker