Click or drag to resize

HttpListenerException Constructor (Int32, String)

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

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

Parameters

errorCode
Type: SystemInt32
An Int32 that identifies the error.
message
Type: SystemString
A String that describes the error.
See Also