Click or drag to resize

HttpListenerException Constructor (Int32)

Initializes a new instance of the HttpListenerException class with the specified errorCode.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public HttpListenerException(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
An Int32 that identifies the error.
See Also