C-DEngine 5.105

HttpListenerException Constructor (Int32)

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public HttpListenerException(
	int errorCode
)
Public Sub New ( _
	errorCode As Integer _
)
public:
HttpListenerException(
	int^ errorCode
)

Parameters

errorCode
Type: Int32
An Int32 that identifies the error.