HttpListenerException (System.Net.HttpListenerException)

Inherits: System.ComponentModel.Win32Exception

Interfaces: ISerializable, _Exception

Derived Types: 0

Assembly: System.dll

The exception that is thrown when an error occurs processing an HTTP request.

VB.NET C#

C#

public class HttpListenerException : System.ComponentModel.Win32Exception, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}

Articles

www.johntimney.com - Setting DataSet.ReadXML Timeout Values

catch (System.Net. HttpListenerException caught) { err = caught.Message.ToString(); } catch ( Exception caught) { err = caught.Message.ToString(); } if (err

www.johntimney.com - October, 2006

catch (System.Net. HttpListenerException caught) { err = caught.Message.ToString(); } catch ( Exception caught) { err = caught.Message.ToString(); } if (err

Simple HTTP Server with IronPython

The listener is started by calling Start() , which can raise a System.Net.HttpListenerException if the port is already in use (or there is some other problem)

HttpListenerException

Error reading the HTTPListenerRequest InputStream ... HttpListenerRequest.InputStream property, I'm getting the following exception (not everytime) - System.Net ...

Mono Documentation

... System.Runtime.InteropServices.ExternalException System.ComponentModel.Win32Exception System.Net.HttpListenerException

Mono Documentation

The members of System.Net.HttpListenerException are listed below. See Also: Inherited members from System.ComponentModel.Win32Exception [ ...

HttpListenerException Class (System.Net)

... System.ComponentModel . . :: . Win32Exception            System.Net . . :: . HttpListenerException ... Any public static ( Shared in Visual Basic) members of this type are thread ...

HttpListenerException Class (System.Net)

Note: This class is new in the .NET Framework version 2.0. The exception ... System.ComponentModel.Win32Exception            System.Net.HttpListenerException

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support