Click or drag to resize

HttpListenerException Class

The exception that is thrown when a HttpListener gets an error processing an HTTP request.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      System.Runtime.InteropServicesExternalException
        System.ComponentModelWin32Exception
          Sfs2X.WebSocketSharp.NetHttpListenerException

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
[SerializableAttribute]
public class HttpListenerException : Win32Exception

The HttpListenerException type exposes the following members.

Constructors
  NameDescription
Public methodHttpListenerException
Initializes a new instance of the HttpListenerException class.
Public methodHttpListenerException(Int32)
Initializes a new instance of the HttpListenerException class with the specified errorCode.
Public methodHttpListenerException(Int32, String)
Initializes a new instance of the HttpListenerException class with the specified errorCode and message.
Top
Properties
  NameDescription
Public propertyErrorCode
Gets the error code that identifies the error that occurred.
(Overrides ExternalExceptionErrorCode.)
Top
See Also